Skip to content

Commit

Permalink
Update rbac.yaml
Browse files Browse the repository at this point in the history
this fix related to the original repos issue
zalando-incubator#142
  • Loading branch information
prageethw authored Jul 20, 2020
1 parent 5ac196f commit 4187b14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/charts/kube-metrics-adapter/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rules:
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -94,6 +95,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 4187b14

Please sign in to comment.