Files
oc-k8s/opencloud/charts/prometheus/templates/extra-manifests.yaml

5 lines
63 B
YAML
Raw Normal View History

{{ range .Values.extraManifests }}
---
{{ tpl . $ }}
{{ end }}