fix common indentation bug
This commit is contained in:
@@ -18,4 +18,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 6.10.1
|
||||
version: 6.10.2
|
||||
|
||||
@@ -86,10 +86,10 @@
|
||||
{{- range $key, $value := .Values.envFrom }}
|
||||
{{- if $value.secretKeyRef }}
|
||||
- secretKeyRef:
|
||||
name: {{ tpl $value.secretKeyRef.name $ | quote }}
|
||||
name: {{ tpl $value.secretKeyRef.name $ | quote }}
|
||||
{{- else if $value.configMapRef }}
|
||||
- configMapRef:
|
||||
name: {{ tpl $value.configMapRef.name $ | quote }}
|
||||
name: {{ tpl $value.configMapRef.name $ | quote }}
|
||||
{{- else }}
|
||||
{{- toYaml $value | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user