grafana / helm-charts

Apache License 2.0
1.67k stars 2.29k forks source link

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

Open BestChinchilla opened 1 month ago

BestChinchilla commented 1 month ago

It would be convenient to add third-party manifests.

Something like this:

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