feat(helm): allows setting the NODE_EXTRA_CA_CERTS variable (#6217)
--------- Co-authored-by: Radim Dostál <radim.dostal@tetanet.cz> Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
@@ -39,6 +39,10 @@ spec:
|
||||
image: "{{ .Values.image.repository }}:{{ default "latest" .Values.image.tag }}"
|
||||
imagePullPolicy: {{ default "IfNotPresent" .Values.image.imagePullPolicy }}
|
||||
env:
|
||||
{{- if .Values.nodeExtraCaCerts }}
|
||||
- name: NODE_EXTRA_CA_CERTS
|
||||
value: {{ .Values.nodeExtraCaCerts }}
|
||||
{{- end }}
|
||||
- name: DB_TYPE
|
||||
value: postgres
|
||||
{{- if (.Values.externalPostgresql).databaseURL }}
|
||||
|
Reference in New Issue
Block a user