change sync policy
Some checks failed
renovate / renovate (push) Failing after 2s
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 18s

This commit is contained in:
2025-12-04 15:20:31 -06:00
parent e81188c472
commit 4353cc223d
2 changed files with 14 additions and 8 deletions

View File

@@ -21,7 +21,8 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
prune: true
enabled: false
prune: false
selfHeal: false
retry:
limit: 3
@@ -65,7 +66,8 @@ spec:
- .spec.endpoints[]?.relabelings[]?.action
syncPolicy:
automated:
prune: true
enabled: false
prune: false
selfHeal: false
retry:
limit: 3
@@ -104,8 +106,9 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: false
prune: false
selfHeal: false
retry:
limit: 3
backoff:
@@ -142,8 +145,9 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: false
prune: false
selfHeal: false
retry:
limit: 3
backoff:
@@ -180,7 +184,8 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
prune: true
enabled: false
prune: false
selfHeal: false
retry:
limit: 3