kubezero/charts/kubezero/templates/kiam.yaml
2020-07-08 14:52:13 +01:00

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 }}