diff --git a/k8s/applications/templates/argocd.yaml b/k8s/applications/templates/argocd.yaml index c856723..3d0e14d 100644 --- a/k8s/applications/templates/argocd.yaml +++ b/k8s/applications/templates/argocd.yaml @@ -11,13 +11,13 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - # syncPolicy: - # automated: - # prune: true - # allowEmpty: false - # retry: - # limit: 5 - # backoff: - # duration: 5s - # factor: 2 - # maxDuration: 3m \ No newline at end of file + syncPolicy: + automated: + prune: true + allowEmpty: false + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file diff --git a/k8s/applications/templates/monitoring.yaml b/k8s/applications/templates/monitoring.yaml index 7f61a65..884a0d0 100644 --- a/k8s/applications/templates/monitoring.yaml +++ b/k8s/applications/templates/monitoring.yaml @@ -18,12 +18,12 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - # automated: - # prune: true - # allowEmpty: false - # retry: - # limit: 5 - # backoff: - # duration: 5s - # factor: 2 - # maxDuration: 3m \ No newline at end of file + automated: + prune: true + allowEmpty: false + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file