File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 {{- end }}
8282 - name : HA_ACTIVE
8383 value : {{ .Values.replicaCount | int | le 2 | quote }}
84+ {{- with .Values.extraEnvVars }}
85+ {{- toYaml . | nindent 12 }}
86+ {{- end }}
8487 {{- with .Values.volumeMounts }}
8588 volumeMounts :
8689 {{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change @@ -138,6 +138,17 @@ sideload:
138138# # Append extra trusted certificates for node process from extra volume via NODE_EXTRA_CA_CERTS variable
139139# nodeExtraCaCerts: "/path/to/certs.pem"
140140
141+ # # Additional environment variables to set
142+ extraEnvVars : []
143+ # extraEnvVars:
144+ # - name: CUSTOM_VAR
145+ # value: "custom_value"
146+ # - name: SECRET_VAR
147+ # valueFrom:
148+ # secretKeyRef:
149+ # name: my-secret
150+ # key: secret-key
151+
141152# # This will override the postgresql chart values
142153# externalPostgresql:
143154# # note: ?sslmode=require => ?ssl=true
You can’t perform that action at this time.
0 commit comments