support custom CA bundle for the api-server
[arvados-k8s.git] / charts / arvados / templates / custom-ca-bundle-configmap.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 apiVersion: v1
6 kind: ConfigMap
7 metadata:
8   name: custom-ca-bundle-configmap
9   labels:
10     app: {{ template "arvados.name" . }}
11     chart: {{ template "arvados.chart" . }}
12     release: {{ .Release.Name }}
13     heritage: {{ .Release.Service }}
14 data:
15   custom-ca-bundle.pem: |
16 {{ .Values.customCABundle | indent 4 }}