From 7c9c903ae78a2f5f4205f45566a7133785623934 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Jan 2024 16:04:21 -0800 Subject: [PATCH] ops(dex): fix tls --- k8s/system/dex/application.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: