This commit is contained in:
Seth Call 2026-02-08 16:38:58 -06:00
parent 1c869c3697
commit 4732f18de6
6 changed files with 22 additions and 12 deletions

View File

@ -15,6 +15,7 @@ spec:
syncPolicy:
syncOptions:
- ServerSideApply=true
- Replace=true
# automated:
# prune: true
# allowEmpty: false
@ -24,3 +25,4 @@ spec:
duration: 5s
factor: 2
maxDuration: 3m

View File

@ -13,6 +13,10 @@ spec:
targetRevision: {{ .Values.gitBranch }}
project: default
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
automated:
prune: true
allowEmpty: false

View File

@ -18,6 +18,7 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
automated:
prune: true
retry:

View File

@ -15,6 +15,7 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
automated:
prune: true
retry:

View File

@ -18,6 +18,7 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
automated:
prune: true
allowEmpty: false

View File

@ -18,6 +18,7 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- Replace=true
automated:
prune: true
allowEmpty: false