X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/fe40b65d2e4b67d782200b062102e2e29923113a..7476771320cb5f13e3fc43a1354a98d0d92598c4:/charts/arvados/templates/workbench-deployment.yaml diff --git a/charts/arvados/templates/workbench-deployment.yaml b/charts/arvados/templates/workbench-deployment.yaml index 997fe46..e8c506e 100644 --- a/charts/arvados/templates/workbench-deployment.yaml +++ b/charts/arvados/templates/workbench-deployment.yaml @@ -49,6 +49,11 @@ spec: - name: ssl-configmap mountPath: /etc/ssl/private/workbench.key subPath: key + {{- if .Values.customCABundle }} + - name: custom-ca-bundle-volume + mountPath: /etc/ssl/certs/ca-certificates.crt + subPath: custom-ca-bundle.pem + {{- end }} volumes: - name: etc-configmap configMap: @@ -59,3 +64,9 @@ spec: - name: ssl-configmap configMap: name: ssl-configmap + {{- if .Values.customCABundle }} + - name: custom-ca-bundle-volume + configMap: + name: custom-ca-bundle-configmap + {{- end }} +