kubectl create secret generic nice-ca --from-file=CA.pem
volumeMounts: - name: config mountPath: /etc/dex/cfg - name: tls mountPath: /etc/dex/tls - name: my-ca mountPath: /etc/ssl/certs/ - name: my-ca secret: secretName: nice-ca