kubezero/charts/kubezero/templates/metrics.yaml

9 lines
154 B
YAML
Raw Normal View History

2020-07-30 17:18:32 +00:00
{{- if index .Values "metrics" "enabled" }}
2020-08-21 19:39:55 +00:00
{{ include "kubezero-app.app" . }}
2020-07-30 17:26:11 +00:00
---
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
2020-07-30 17:18:32 +00:00
{{- end }}