Skip to content

Commit

Permalink
Merge pull request #124 from pohly/rbac-rules
Browse files Browse the repository at this point in the history
deploy: add README, fix typos
  • Loading branch information
k8s-ci-robot committed Dec 7, 2018
2 parents 5f164ac + dd25fd6 commit c1e71bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deploy/hostpath/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The .yaml files in this directory depend on the RBAC files that were
released together the CSI sidecar containers. Check the repos and/or
release notes for the CSI sidecar containers for details.

https://kubernetes-csi.github.io/docs/ has an example that puts all
pieces together.
2 changes: 1 addition & 1 deletion deploy/hostpath/csi-hostpathplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
labels:
app: csi-hostpathplugin
spec:
serviceAccountName: csi-node-sa
serviceAccountName: csi-driver-registrar
hostNetwork: true
containers:
- name: driver-registrar
Expand Down

0 comments on commit c1e71bd

Please sign in to comment.