Remove duplicate volume creation

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:37:31 +01:00
parent 73d4ed2ee5
commit cb3f94022f
@@ -94,10 +94,6 @@ spec:
resources: resources:
{{- toYaml .Values.nodeDriverRegistrar.resources | nindent 12 }} {{- toYaml .Values.nodeDriverRegistrar.resources | nindent 12 }}
volumes: volumes:
- name: spire-agent-sockets
hostPath:
path: {{ include "spire.agent-socket-path" . | dir }}
type: DirectoryOrCreate
- name: spire-agent-socket-dir - name: spire-agent-socket-dir
hostPath: hostPath:
path: {{ include "spire.agent-socket-path" . | dir }} path: {{ include "spire.agent-socket-path" . | dir }}