rancher-partner-charts/charts/kubecost/cost-analyzer/1.106.0/templates/extra-manifests.yaml

8 lines
144 B
YAML

{{ range .Values.extraObjects }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}