We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a69568 + 90b4513 commit becc076Copy full SHA for becc076
charts/common/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
3
name: common
4
description: Function library for nicholaswilde's helm charts
5
type: library
6
-version: 0.1.13
+version: 0.1.14
7
keywords:
8
- nicholaswilde
9
- common
charts/common/templates/lib/controller/_container.tpl
@@ -15,8 +15,11 @@ The main container included in the controller.
15
securityContext:
16
{{- toYaml . | nindent 4 }}
17
{{- end }}
18
- {{- if or .Values.env .Values.secret }}
+ {{- if or .Values.env .Values.secret .Values.envFrom }}
19
envFrom:
20
+ {{- with .Values.envFrom }}
21
+ {{- toYaml . | nindent 4 }}
22
+ {{- end }}
23
{{- if .Values.env }}
24
- configMapRef:
25
name: {{ include "common.names.fullname" . }}
0 commit comments