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

@ -12,15 +12,17 @@ spec:
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: {{ .Values.gitBranch }} targetRevision: {{ .Values.gitBranch }}
project: default project: default
syncPolicy: syncPolicy:
syncOptions: syncOptions:
- ServerSideApply=true - ServerSideApply=true
# automated: - Replace=true
# prune: true # automated:
# allowEmpty: false # prune: true
retry: # allowEmpty: false
limit: 5 retry:
backoff: limit: 5
duration: 5s backoff:
factor: 2 duration: 5s
maxDuration: 3m factor: 2
maxDuration: 3m

View File

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

View File

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

View File

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

View File

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

View File

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