Skip to content

Commit 136a97a

Browse files
authored
Merge pull request #26 from pohly/fix-deployment
deploy: fix PR #20
2 parents d541b21 + ceb2b45 commit 136a97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/hostpath/csi-hostpath-plugin.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ spec:
106106
path: /var/lib/kubelet/plugins
107107
type: Directory
108108
name: plugins-dir
109+
- hostPath:
109110
# 'path' is where PV data is persisted on host.
110111
# using /tmp is also possible while the PVs will not available after plugin container recreation or host reboot
111112
path: /var/lib/csi-hostpath-data/

0 commit comments

Comments
 (0)