helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[Loki-Distributed] Add extraObjects: [] to values

Open BestChinchilla opened this issue 4 months ago • 0 comments

It would be convenient to add third-party manifests.

Something like this:

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

BestChinchilla avatar Oct 14 '24 11:10 BestChinchilla