Mount teleport-tls to the init container for the teleport-cluster helm chart (#7166)

Co-authored-by: Gus Luxton <gus@goteleport.com>
This commit is contained in:
Stefan Sedich 2021-07-29 08:00:10 -07:00 committed by GitHub
parent 4de9e94a51
commit f081c8d172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,11 @@ spec:
- mountPath: /etc/teleport-secrets
name: "gcp-credentials"
readOnly: true
{{- end }}
{{- if .Values.highAvailability.certManager.enabled }}
- mountPath: /etc/teleport-tls
name: "teleport-tls"
readOnly: true
{{- end }}
- mountPath: /etc/teleport
name: "config"