Skip to content

Commit

Permalink
Bump spiffe-vault chart to use spiffe csi driver
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Nov 15, 2022
1 parent 63c2029 commit 3c3dac2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/spiffe-vault/templates/spiffe-vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: spire-agent-sockets
mountPath: /var/run/spire/sockets
- name: spiffe-workload-api
mountPath: /spiffe-workload-api
readOnly: true
{{- if .Values.docker.enabled }}
- name: docker-certs
Expand Down Expand Up @@ -74,10 +74,10 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: spire-agent-sockets
hostPath:
path: /run/spire/agent-sockets
type: DirectoryOrCreate
- name: spiffe-workload-api
csi:
driver: "csi.spiffe.io"
readOnly: true
{{- if .Values.docker.enabled }}
- name: docker-graph-storage
emptyDir: {}
Expand Down

0 comments on commit 3c3dac2

Please sign in to comment.