Skip to content

Commit

Permalink
Bring back configmap RBAC permissions
Browse files Browse the repository at this point in the history
This change 4a65c6a
doesn't allow to run metrics-server in a separate namespace anymore.

Bring back at least configmap permissions to allow for
extension-apiserver-authentication::client-ca-file retrieval.
  • Loading branch information
ViliusS committed May 4, 2022
1 parent cd7cd4a commit 1677572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/base/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rules:
resources:
- pods
- nodes
- configmaps
verbs:
- get
- list
Expand Down

0 comments on commit 1677572

Please sign in to comment.