Fix rbac permission issue

This commit is contained in:
faizanahmad055
2018-07-18 19:56:12 +05:00
parent a317555db9
commit f89f59c5b2
3 changed files with 23 additions and 8 deletions
@@ -24,6 +24,20 @@ rules:
- list
- get
- watch
- apiGroups:
- ""
- "extensions"
- "apps"
resources:
- deployments
- daemonsets
- statefulsets
verbs:
- list
- get
- update
- patch
- watch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding