7 lines
167 B
YAML
7 lines
167 B
YAML
|
{{- if .Values.istio.enabled }}
|
||
|
{{ template "kubezero-app.app" dict "root" . "name" "istio" "type" "helm" }}
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
{{- end }}
|