From 30021f51fef27414d8f4df5f1752478dd31f76bc Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 22 May 2021 22:46:23 +0200 Subject: [PATCH] small set of common indent fixes --- charts/library/common/Chart.yaml | 2 +- charts/library/common/templates/lib/controller/_container.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}