try this
This commit is contained in:
parent
1c869c3697
commit
4732f18de6
|
|
@ -12,15 +12,17 @@ spec:
|
|||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: {{ .Values.gitBranch }}
|
||||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
# automated:
|
||||
# prune: true
|
||||
# allowEmpty: false
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
# automated:
|
||||
# prune: true
|
||||
# allowEmpty: false
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
|
||||
|
|
@ -13,6 +13,10 @@ spec:
|
|||
targetRevision: {{ .Values.gitBranch }}
|
||||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
automated:
|
||||
prune: true
|
||||
retry:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
automated:
|
||||
prune: true
|
||||
retry:
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- Replace=true
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue