Enabled auto-sync and prune for kubezero apps by default
This commit is contained in:
parent
d53ab3ec62
commit
fe0bafe27e
@ -30,4 +30,9 @@ spec:
|
||||
destination:
|
||||
server: {{ default .root.Values.defaultDestination.server }}
|
||||
namespace: {{ default "kube-system" .namespace }}
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user