This commit is contained in:
Seth Call 2026-02-16 15:22:33 -06:00
parent 2df3783565
commit 21bf25996a
1 changed files with 13 additions and 13 deletions

View File

@ -12,17 +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
- Replace=true - Replace=true
# automated: # automated:
# prune: true # prune: true
# allowEmpty: false # allowEmpty: false
retry: retry:
limit: 5 limit: 5
backoff: backoff:
duration: 5s duration: 5s
factor: 2 factor: 2
maxDuration: 3m maxDuration: 3m