KubeZero/charts/kubezero/templates/metrics.yaml

7 lines
181 B
YAML
Raw Normal View History

2020-07-30 17:18:32 +00:00
{{- if index .Values "metrics" "enabled" }}
{{ template "kubezero-app.app" dict "root" . "name" "metrics" "type" "helm" }}
syncPolicy:
automated:
prune: true
{{- end }}