From 3171ebd4851b6f79fcdf5bb223953da7da211d39 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Jan 2024 12:55:06 -0800 Subject: [PATCH] ops(dex): fix certs --- k8s/system/dex/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/system/dex/application.yaml b/k8s/system/dex/application.yaml index 31f4b058..988a4ea9 100644 --- a/k8s/system/dex/application.yaml +++ b/k8s/system/dex/application.yaml @@ -19,7 +19,7 @@ spec: name: etc-ssl-certs readOnly: true volumes: - - name: ca-certs + - name: etc-ssl-certs hostPath: path: /etc/dex-ssl type: DirectoryOrCreate