Remove duplicate volume creation
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user