mirror of https://github.com/grafana/loki
[Helm] Add the ability to add extraObjects (#8004)
**What this PR does / why we need it**: Add the ability to create extraObjects in helm chart. This'll allow users to inject a configmap of loki rules or secrets for object storages. Also, the `extraObjects` is also a common fields for helm charts (i.e. https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml#L1148)pull/8095/head helm-loki-3.8.2
parent
2e5622bd3d
commit
7524c4b3dc
@ -0,0 +1,4 @@ |
||||
{{ range .Values.extraObjects }} |
||||
--- |
||||
{{ tpl (toYaml .) $ }} |
||||
{{ end }} |
Loading…
Reference in new issue