Skip to content

Commit

Permalink
adding noderoot mount path (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 authored and PeresKereotubo committed Nov 20, 2023
1 parent 83310b8 commit 05df1ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ spec:
- name: pods-path
mountPath: {{ .Values.kubeletConfigDir }}/pods
mountPropagation: "Bidirectional"
- name: noderoot
mountPath: /noderoot
- name: dev
mountPath: /dev
- name: vxflexos-config
Expand Down Expand Up @@ -342,6 +344,10 @@ spec:
hostPath:
path: {{ .Values.kubeletConfigDir }}/pods
type: Directory
- name: noderoot
hostPath:
path: /
type: Directory
- name: dev
hostPath:
path: /dev
Expand Down

0 comments on commit 05df1ff

Please sign in to comment.