kubezero/charts/kubezero/templates/kiam.yaml

7 lines
175 B
YAML
Raw Normal View History

{{- if index .Values "kiam" "enabled" }}
2020-05-19 11:07:58 +00:00
{{ template "kubezero-app.app" dict "root" . "name" "kiam" "type" "helm" }}
2020-07-08 13:52:13 +00:00
syncPolicy:
automated:
prune: true
{{- end }}