Skip to content

Commit

Permalink
Fix mount for node-driver-registrar (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
timp87 authored Sep 13, 2024
1 parent f3bb9a1 commit d131dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csi-driver-lvm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: csi-driver-lvm
version: 0.6.1
version: 0.6.2
description: local persistend storage for lvm
appVersion: v0.5.3
apiVersion: v1
Expand Down
2 changes: 2 additions & 0 deletions charts/csi-driver-lvm/templates/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: {{ .Values.kubernetes.kubeletPath }}/plugins/{{ .Values.lvm.storageClassStub }}
name: socket-dir
- mountPath: /registration
name: registration-dir
- name: csi-driver-lvm-plugin
Expand Down

0 comments on commit d131dab

Please sign in to comment.