Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing issue 142
Browse files Browse the repository at this point in the history
Prageeth Warnak committed Jul 20, 2020
1 parent 262a35c commit 1374ffd
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
@@ -35,9 +35,11 @@ rules:
- namespaces
- pods
- services
- configmaps
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@@ -78,6 +80,14 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding

0 comments on commit 1374ffd

Please sign in to comment.