mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
162 stars 145 forks source link

RTCD: Custom CA with volume mount #375

Closed patatman closed 1 year ago

patatman commented 1 year ago

We're using a Custom CA and would like the ability to use Certificates signed by our own CA. This means mounting a additional volume to the Daemonset, and making sure it trusts certificates handed out by the internal CA.

Typically the custom CA gets mounted in /etc/ssl/certs/

The current Chart for RTCD doesn't seem to allow for custom mounts.

For our Mattermost install we use:

VolumeMounts:
    - name: ca
      mountPath: /etc/ssl/certs/ca.crt
      subPath: ca.crt
volumes:
  - name: ca
    secret:
      secretName: ca