small set of common indent fixes

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-22 22:46:23 +02:00
parent 97e7393aaa
commit 30021f51fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ name: common
sources: sources:
- https://github.com/truecharts/apps/tree/master/library/common - https://github.com/truecharts/apps/tree/master/library/common
type: library type: library
version: 4.1.1 version: 4.1.2
@@ -31,12 +31,12 @@
env: env:
{{- range $key, $value := .Values.envTpl }} {{- range $key, $value := .Values.envTpl }}
- name: {{ $key }} - name: {{ $key }}
value: {{ tpl $value $ | quote }} value: {{ tpl $value $ | quote }}
{{- end }} {{- end }}
{{- range $key, $value := .Values.envValueFrom }} {{- range $key, $value := .Values.envValueFrom }}
- name: {{ $key }} - name: {{ $key }}
valueFrom: valueFrom:
{{- $value | toYaml | nindent 6 }} {{- $value | toYaml | nindent 8 }}
{{- end }} {{- end }}
{{- range $envList := .Values.envList }} {{- range $envList := .Values.envList }}
{{- if and $envList.name $envList.value }} {{- if and $envList.name $envList.value }}