Skip to content

Commit

Permalink
update mountPropagation (#37)
Browse files Browse the repository at this point in the history
* update mountPropagation
  • Loading branch information
tuxtof authored Aug 16, 2021
1 parent fd30429 commit 1240d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nutanix-csi-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: nutanix-csi-storage
version: 2.3.13
version: 2.3.14
kubeVersion: ">= 1.17.0-0"
description: A Helm chart for installing Nutanix CSI Volume Driver
home: https://github.com/nutanix/helm
Expand Down
3 changes: 1 addition & 2 deletions charts/nutanix-csi-storage/templates/ntnx-csi-node-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@ spec:
mountPath: /csi
- name: pods-mount-dir
mountPath: {{ .Values.kubeletDir }}
# needed so that any mounts setup inside this container are
# propagated back to the host machine.
mountPropagation: "Bidirectional"
- mountPath: /dev
name: device-dir
- mountPath: /etc/iscsi
name: iscsi-dir
- mountPath: /host
name: root-dir
mountPropagation: "Bidirectional"
ports:
- containerPort: 9808
name: healthz
Expand Down

0 comments on commit 1240d75

Please sign in to comment.