diff --git a/k8s/system/dex/application.yaml b/k8s/system/dex/application.yaml index 040e40fb..422f3a6c 100644 --- a/k8s/system/dex/application.yaml +++ b/k8s/system/dex/application.yaml @@ -20,6 +20,9 @@ spec: - mountPath: /etc/ssl/certs name: etc-ssl-certs readOnly: true + - mountPath: /etc/dex/tls + name: etc-ssl-certs + readOnly: true volumes: - name: etc-ssl-certs hostPath: