Skip to content

Commit

Permalink
Add pending comment to the role seed
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Mar 29, 2021
1 parent 7a8a3ba commit c63e017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/kubernetes/seeds/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ kind: ClusterRole
metadata:
name: template-cluster-resources___read-only
rules:
# INIT: Copied from https://github.com/lensapp/lens/pull/644/files#diff-e8fd9c95df786da51f13c3a7442a1d88b3ac4294b786bc268ac92a4072bf50e7R5-R198
# Solves issue #43 with the PR #45
- nonResourceURLs:
- /metrics
verbs:
Expand Down Expand Up @@ -238,6 +240,7 @@ rules:
- get
- list
- watch
# END
- apiGroups:
- "*"
resources:
Expand Down Expand Up @@ -270,6 +273,8 @@ kind: ClusterRole
metadata:
name: template-cluster-resources___admin
rules:
# INIT: Copied from https://github.com/lensapp/lens/pull/644/files#diff-e8fd9c95df786da51f13c3a7442a1d88b3ac4294b786bc268ac92a4072bf50e7R5-R198
# Solves issue #43 with the PR #45
- nonResourceURLs:
- /metrics
verbs:
Expand Down Expand Up @@ -463,6 +468,7 @@ rules:
- get
- list
- watch
# END
- apiGroups:
- "*"
resources:
Expand Down

0 comments on commit c63e017

Please sign in to comment.