mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release v2.3.0 (#228)
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com> Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
This commit is contained in:
parent
8bfc33eb8a
commit
0eac5ba7d7
23 changed files with 638 additions and 17 deletions
|
@ -71,7 +71,8 @@ Env field used by the container.
|
|||
{{- $output = append $output (dict "name" .name "value" .value) -}}
|
||||
{{- end -}}
|
||||
{{- else if hasKey . "valueFrom" -}}
|
||||
{{- $output = append $output (dict "name" .name "valueFrom" .valueFrom) -}}
|
||||
{{- $parsedValue := (tpl (.valueFrom | toYaml) $rootContext) | fromYaml -}}
|
||||
{{- $output = append $output (dict "name" .name "valueFrom" $parsedValue) -}}
|
||||
{{- else -}}
|
||||
{{- $output = append $output (dict "name" .name "valueFrom" (omit . "name")) -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue