diff --git a/k8s/applications/templates/argocd.yaml b/k8s/applications/templates/argocd.yaml index 3e7a54d..40d7930 100644 --- a/k8s/applications/templates/argocd.yaml +++ b/k8s/applications/templates/argocd.yaml @@ -12,17 +12,17 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: {{ .Values.gitBranch }} project: default - syncPolicy: - syncOptions: - - ServerSideApply=true - - Replace=true - # automated: - # prune: true - # allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m + syncPolicy: + syncOptions: + - ServerSideApply=true + - Replace=true + # automated: + # prune: true + # allowEmpty: false + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file