From 79ff024dfb1ee0d0fdb9e5ce5d8193728fcca284 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 30 May 2024 13:47:39 +0200 Subject: [PATCH] fix: don't selfHeal atlantis resources --- applications/atlantis-host-resources.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 344524e9..08d61268 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -8,7 +8,9 @@ spec: destination: server: https://kubernetes.default.svc syncPolicy: - automated: {} + automated: + prune: false + selfHeal: false sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main