patch common again

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-27 17:09:34 +02:00
parent a6412e6626
commit 17921206df
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ maintainers:
name: common name: common
sources: null sources: null
type: library type: library
version: 6.10.3 version: 6.10.5
@@ -85,10 +85,10 @@
{{- range .Values.envFrom -}} {{- range .Values.envFrom -}}
{{- if .secretRef }} {{- if .secretRef }}
- secretRef: - secretRef:
name: {{ tpl .secretRef.name $ | quote }} name: {{ tpl .secretRef.name $ | quote }}
{{- else if .configMapRef }} {{- else if .configMapRef }}
- configMapRef: - configMapRef:
name: {{ tpl .configMapRef.name $ | quote }} name: {{ tpl .configMapRef.name $ | quote }}
{{- else }} {{- else }}
{{- end }} {{- end }}
{{- end -}} {{- end -}}