Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- name: REQUESTS_CA_BUNDLE
value: {{ printf "%s/%s" .Values.ca.path .Values.ca.key | quote }}
- name: NODE_EXTRA_CA_CERTS
value: {{ printf "[%s/%s]" .Values.ca.path .Values.ca.key | quote }}
value: {{ printf "%s/%s" .Values.ca.path .Values.ca.key | quote }}
{{- end }}
{{- if .Values.extraEnvVars }}
{{- toYaml .Values.extraEnvVars | nindent 12 }}
Expand Down
Loading