1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Fixed RBAC for ArangoLocalStorage

This commit is contained in:
Ewout Prangsma 2018-03-06 13:56:23 +01:00
parent 8248061cd3
commit 8eb98bfa41
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -32,6 +32,12 @@ rules:
- arangodeployments
verbs:
- "*"
- apiGroups:
- storage.arangodb.com
resources:
- arangolocalstorages
verbs:
- "*"
- apiGroups:
- apiextensions.k8s.io
resources:
@ -44,6 +50,7 @@ rules:
- pods
- services
- endpoints
- persistentvolumes
- persistentvolumeclaims
- events
- secrets
@ -53,6 +60,13 @@ rules:
- apps
resources:
- deployments
- daemonsets
verbs:
- "*"
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- "*"
EOYAML