Skip to content

Commit

Permalink
Fixed cluster roles for openstack cloud controller (kubernetes-sigs#8638
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Xartos authored and sakuraiyuta committed Apr 16, 2022
1 parent 7ebd0f0 commit 10c5e1b
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,48 @@ items:
- patch
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- get
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- '*'
- apiGroups:
- ""
resources:
- endpoints
verbs:
- create
- get
- list
- watch
- update
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- list
- get
- watch
kind: List
metadata: {}

0 comments on commit 10c5e1b

Please sign in to comment.