This commit is contained in:
Danijel Simeunovic
2026-02-09 09:42:50 +01:00
parent e62eb606cd
commit 1813777146
3 changed files with 1 additions and 536 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/argocd-values.yaml \
--values infra/values/argocd-values.yaml \
--timeout 60s --atomic
}