disable autosync
This commit is contained in:
parent
b22d0515cc
commit
0a95f70c67
Binary file not shown.
|
|
@ -12,13 +12,13 @@ spec:
|
||||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
project: default
|
project: default
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
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
|
||||||
|
|
@ -15,15 +15,15 @@ spec:
|
||||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
project: default
|
project: default
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=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
|
||||||
|
|
@ -11,14 +11,14 @@ spec:
|
||||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
project: default
|
project: default
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
automated:
|
# automated:
|
||||||
prune: true
|
# prune: true
|
||||||
retry:
|
# retry:
|
||||||
limit: 5
|
# limit: 5
|
||||||
backoff:
|
# backoff:
|
||||||
duration: 5s
|
# duration: 5s
|
||||||
factor: 2
|
# factor: 2
|
||||||
maxDuration: 3m
|
# maxDuration: 3m
|
||||||
Loading…
Reference in New Issue