This commit is contained in:
Danijel Simeunovic
2026-02-08 13:36:48 +01:00
parent 774852bd1b
commit 08931e4677
3 changed files with 331 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ ArgoCd()
helm upgrade --install argocd argo-cd \
--repo https://argoproj.github.io/argo-helm \
--namespace argocd --create-namespace \
--values argocd-values.yaml \
--values argocd/values/argocd-values.yaml \
--timeout 60s --atomic
}