Skip to content

Commit

Permalink
deploy: fix PR #20
Browse files Browse the repository at this point in the history
PR #20 introduced broken .yaml, causing a failure from kubectl:
   error: error parsing STDIN: error converting YAML to JSON: yaml: line 91: did not find expected key
  • Loading branch information
pohly committed Mar 8, 2019
1 parent d541b21 commit 4faddcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ spec:
- hostPath:
path: /var/lib/kubelet/plugins
type: Directory
name: plugins-dir
# 'path' is where PV data is persisted on host.
# using /tmp is also possible while the PVs will not available after plugin container recreation or host reboot
path: /var/lib/csi-hostpath-data/
Expand Down

0 comments on commit 4faddcc

Please sign in to comment.