maabara/manifests/prometheus/charts/prometheus-pushgateway/templates/extra-manifests.yaml

9 lines
169 B
YAML

{{- range .Values.extraManifests }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (. | toYaml | nindent 0) $ }}
{{- end }}
{{- end }}