We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb39c40 commit 50d67acCopy full SHA for 50d67ac
operations/helm/charts/mimir-distributed/templates/lib/containerEnv.tpl
@@ -22,7 +22,7 @@ Params:
22
{{- end }}
23
{{- /* Convert back to list format for YAML output */}}
24
{{- $envList := list }}
25
-{{- range $name, $envVar := $envKV }}
+{{- range $_, $envVar := $envKV }}
26
{{- $envList = append $envList $envVar }}
27
28
{{- toYaml $envList }}
0 commit comments