Skip to content

Commit

Permalink
fixing issue 142
Browse files Browse the repository at this point in the history
Signed-off-by: Prageeth Warnak <[email protected]>
  • Loading branch information
Prageeth Warnak committed Jul 20, 2020
1 parent 262a35c commit 229606f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ rules:
- namespaces
- pods
- services
- configmaps
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -78,6 +80,14 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 229606f

Please sign in to comment.