small set of common indent fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
{{- 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user