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

@@ -70,7 +70,8 @@ spec:
- .metadata.annotations[] - .metadata.annotations[]
syncPolicy: syncPolicy:
automated: automated:
prune: true enabled: false
prune: false
selfHeal: false selfHeal: false
retry: retry:
limit: 3 limit: 3

View File

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