UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add Azure CA ENV

Merged Micah Nagel requested to merge azure-ca into main
3 files
+ 12
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -159,8 +159,13 @@ spec:
{{- end }}
{{- end }}
{{- if not (empty .Values.configuration.backupStorageLocation.caCert) }}
{{- if eq $provider "aws" }}
- name: AWS_CA_BUNDLE
value: /etc/ssl/certs/ca-bundle.crt
{{- else if eq $provider "azure" }}
- name: REQUESTS_CA_BUNDLE
value: /etc/ssl/certs/ca-bundle.crt
{{- end }}
{{- end }}
{{- with .Values.configuration.extraEnvVars }}
{{- range $key, $value := . }}
@@ -216,4 +221,4 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end -}}
\ No newline at end of file
{{- end -}}
Loading