Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Remove the need for hostpath on oidc provider
Browse files Browse the repository at this point in the history
The hostpath isn't needed. This patch removes the extra mount and changes
it to an emptyDir.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 authored and marcofranssen committed Feb 21, 2023
1 parent 8974a30 commit 32303d7
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -94,9 +94,7 @@ spec:
driver: "csi.spiffe.io"
readOnly: true
- name: spire-oidc-sockets
hostPath:
path: /run/spire/oidc-sockets
type: DirectoryOrCreate
emptyDir: {}
- name: spire-oidc-config
configMap:
name: {{ include "spiffe-oidc-discovery-provider.fullname" . }}
Expand Down

0 comments on commit 32303d7

Please sign in to comment.