Files
devops-infra-helm-charts-gcp/helm-templates/kyverno-3.8.1/charts/reports-server/templates/extra-objects.yaml
T
2026-08-26 03:39:42 +05:30

9 lines
195 B
YAML

{{- range .Values.extraObjects }}
---
{{- if kindIs "map" . }}
{{- tpl (toYaml .) $ | nindent 0 }}
{{- else if kindIs "string" . }}
{{- tpl . $ | nindent 0 }}
{{- end }}
{{- end }}