kubezero/charts/kubezero/templates/istio.yaml

7 lines
167 B
YAML
Raw Normal View History

{{- if .Values.istio.enabled }}
{{ template "kubezero-app.app" dict "root" . "name" "istio" "type" "helm" }}
syncPolicy:
automated:
prune: true
{{- end }}