7 lines
175 B
YAML
Raw Normal View History

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