oc-k8s/opencloud/charts/loki/templates/extra-manifests.yaml

9 lines
134 B
YAML
Raw Normal View History

2024-12-16 14:55:43 +01:00
{{- range .Values.extraObjects }}
---
{{- if kindIs "map" . }}
{{ tpl (toYaml .) $ }}
{{- else }}
{{ tpl . $ }}
{{- end }}
{{- end }}