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: