From ca18ccf2ecad665707e18fdd6c29706809742f2f Mon Sep 17 00:00:00 2001 From: falltrades Date: Tue, 3 Feb 2026 15:24:22 +0100 Subject: [PATCH] feat: :sparkles: enable selfHeal because we are confident --- roles/gitops/dso-app/templates/dso-app.yaml.j2 | 4 ++-- roles/gitops/dso-app/templates/dso-appset.yaml.j2 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 %}