From 21bf25996a2bfb48cc8563956cbdf829ae72a3a2 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 16 Feb 2026 15:22:33 -0600 Subject: [PATCH] fix --- k8s/applications/templates/argocd.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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