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

9 lines
169 B
YAML
Raw Normal View History

2024-11-18 18:22:12 +00:00
{{- range .Values.extraManifests }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (. | toYaml | nindent 0) $ }}
{{- end }}
{{- end }}