kubezero/charts/kubezero/templates/kiam.yaml

7 lines
175 B
YAML

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