Skip to content

Commit 50d67ac

Browse files
committed
fixup! add containerEnv helper
1 parent cb39c40 commit 50d67ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/helm/charts/mimir-distributed/templates/lib/containerEnv.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Params:
2222
{{- end }}
2323
{{- /* Convert back to list format for YAML output */}}
2424
{{- $envList := list }}
25-
{{- range $name, $envVar := $envKV }}
25+
{{- range $_, $envVar := $envKV }}
2626
{{- $envList = append $envList $envVar }}
2727
{{- end }}
2828
{{- toYaml $envList }}

0 commit comments

Comments
 (0)