From c63e0178ee910a89bbf769c05db79ae6ab99b356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Barrera=20S=C3=A1nchez?= Date: Tue, 22 Dec 2020 16:04:13 +0100 Subject: [PATCH] Add pending comment to the role seed --- deployments/kubernetes/seeds/seed.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployments/kubernetes/seeds/seed.yml b/deployments/kubernetes/seeds/seed.yml index 0523ccd7..d82a9782 100644 --- a/deployments/kubernetes/seeds/seed.yml +++ b/deployments/kubernetes/seeds/seed.yml @@ -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: @@ -238,6 +240,7 @@ rules: - get - list - watch + # END - apiGroups: - "*" resources: @@ -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: @@ -463,6 +468,7 @@ rules: - get - list - watch + # END - apiGroups: - "*" resources: