Update RBAC after bump operator-sdk to v0.8.1

This commit is contained in:
Tomasz Sęk 2019-06-17 23:13:10 +02:00
parent 83f413dfe0
commit b151bac08f
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:

View File

@ -17,12 +17,14 @@ rules:
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "extensions" - apps
resources: resources:
- ingresses - deployments
- daemonsets
- replicasets
- statefulsets
verbs: verbs:
- create - '*'
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources: