Refactor syncPolicy in application.yaml to simplify automated settings
This commit is contained in:
parent
9a14400ad8
commit
3b6527c3fb
@ -16,10 +16,7 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated: {}
|
||||||
prune: false
|
|
||||||
selfHeal: false
|
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- Replace=true
|
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user