From 738842de16c933a8bf7ab371d2cbb7cb5e628244 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 10 Jan 2023 21:42:24 +0100 Subject: [PATCH] Fix oidc-discovery-provider config mount Signed-off-by: Marco Franssen Signed-off-by: Marco Franssen --- .../spiffe-oidc-discovery-provider/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml index a9a78ae..a3a7d6a 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml @@ -51,7 +51,8 @@ spec: mountPath: /run/spire/oidc-sockets readOnly: false - name: spire-oidc-config - mountPath: /run/spire/oidc/config/ + mountPath: /run/spire/oidc/config/oidc-discovery-provider.conf + subPath: oidc-discovery-provider.conf readOnly: true readinessProbe: httpGet: