mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
helm dependency update argo-cd/.
|
|
helm install --namespace argocd --create-namespace argo argo-cd/.
|