diff --git a/roles/gitops/dso-app/templates/dso-app.yaml.j2 b/roles/gitops/dso-app/templates/dso-app.yaml.j2 index 906fc635e..4f708ab54 100644 --- a/roles/gitops/dso-app/templates/dso-app.yaml.j2 +++ b/roles/gitops/dso-app/templates/dso-app.yaml.j2 @@ -18,8 +18,8 @@ spec: name: in-cluster namespace: {{ dsc.argocdInfra.namespace }} syncPolicy: - # automated: {} - # selfHeal: true + automated: {} + selfHeal: true syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true diff --git a/roles/gitops/dso-app/templates/dso-appset.yaml.j2 b/roles/gitops/dso-app/templates/dso-appset.yaml.j2 index ba8d57baf..782bb88ef 100644 --- a/roles/gitops/dso-app/templates/dso-appset.yaml.j2 +++ b/roles/gitops/dso-app/templates/dso-appset.yaml.j2 @@ -70,13 +70,13 @@ spec: syncPolicy: automated: prune: true - # selfHeal: true + selfHeal: true syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true - ServerSideApply=true syncPolicy: preserveResourcesOnDeletion: true - # automated: - # selfHeal: true + automated: + selfHeal: true {% endraw %}