fix: don't selfHeal atlantis resources

This commit is contained in:
Jonas Juselius
2024-05-30 13:47:39 +02:00
parent 0ca373930e
commit 79ff024dfb
+3 -1
View File
@@ -8,7 +8,9 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
syncPolicy: syncPolicy:
automated: {} automated:
prune: false
selfHeal: false
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main