Skip to content
Snippets Groups Projects
Unverified Commit ffa285c2 authored by Fredrik Liv's avatar Fredrik Liv Committed by GitHub
Browse files

Fixed cluster roles for openstack cloud controller (#8638)

parent 7b1dc600
No related branches found
No related tags found
No related merge requests found
...@@ -50,5 +50,48 @@ items: ...@@ -50,5 +50,48 @@ items:
- patch - patch
- apiGroups: - 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 kind: List
metadata: {} metadata: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment