diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 713f3922ecd..d0c49ace09b 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -19,4 +19,4 @@ name: common sources: - https://github.com/truecharts/apps/tree/master/library/common type: library -version: 4.1.1 +version: 4.1.2 diff --git a/charts/library/common/templates/lib/controller/_container.tpl b/charts/library/common/templates/lib/controller/_container.tpl index 4e61b6571f4..9bac3a87342 100644 --- a/charts/library/common/templates/lib/controller/_container.tpl +++ b/charts/library/common/templates/lib/controller/_container.tpl @@ -31,12 +31,12 @@ env: {{- range $key, $value := .Values.envTpl }} - name: {{ $key }} - value: {{ tpl $value $ | quote }} + value: {{ tpl $value $ | quote }} {{- end }} {{- range $key, $value := .Values.envValueFrom }} - name: {{ $key }} valueFrom: - {{- $value | toYaml | nindent 6 }} + {{- $value | toYaml | nindent 8 }} {{- end }} {{- range $envList := .Values.envList }} {{- if and $envList.name $envList.value }}