try this
This commit is contained in:
parent
1c869c3697
commit
4732f18de6
|
|
@ -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
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue