Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jan 11, 2024
1 parent a4ba2a8 commit 0ab8b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cf-common/templates/container/_container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For backward compatibility (.Values.env takes precedence over .Values.container.
{{- $mergedEnv = merge $.Values.env $mergedEnv }}
{{- end }}
{{- if $.Values.global.env }}
{{- $mergedEnv = mergeOverwrite $.Values.global.env $mergedEnv }}
{{- $mergedEnv = merge $mergedEnv $.Values.global.env }}
{{- end }}
env:
{{- include "cf-common-0.17.1.env-vars" (dict "Values" $mergedEnv "context" $) | trim | nindent 2 }}
Expand Down

0 comments on commit 0ab8b21

Please sign in to comment.