Skip to content

Commit

Permalink
Fix RBAC rules for new hostpath-provisioner (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Jan 26, 2022
1 parent 8b360c5 commit 4a3a3cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions microk8s-resources/actions/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ rules:
- watch
- create
- delete
- apiGroups: [""]
resourceNames:
- microk8s.io-hostpath
resources:
- endpoints
verbs:
- list
- get
- update
- watch
- create
- delete
- apiGroups: [""]
resources:
- events
Expand Down

0 comments on commit 4a3a3cb

Please sign in to comment.