From 31d7f768fab35f5892c3efbbead309aa5b158767 Mon Sep 17 00:00:00 2001 From: Martin Adler <1208749+EagleIJoe@users.noreply.github.com> Date: Sun, 17 Jul 2022 21:10:04 +0200 Subject: [PATCH] fixes #2141 Added list and watch to clusterrole Signed-off-by: Martin Adler <1208749+EagleIJoe@users.noreply.github.com> --- manifests/dashboard-install.yaml | 2 ++ manifests/dashboard-install/dashboard-clusterrole.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/manifests/dashboard-install.yaml b/manifests/dashboard-install.yaml index d31c27b37e..009f5dff73 100644 --- a/manifests/dashboard-install.yaml +++ b/manifests/dashboard-install.yaml @@ -57,6 +57,8 @@ rules: verbs: - get - update + - list + - watch - apiGroups: - apps resources: diff --git a/manifests/dashboard-install/dashboard-clusterrole.yaml b/manifests/dashboard-install/dashboard-clusterrole.yaml index dd541479a0..2499752457 100644 --- a/manifests/dashboard-install/dashboard-clusterrole.yaml +++ b/manifests/dashboard-install/dashboard-clusterrole.yaml @@ -47,6 +47,8 @@ rules: verbs: - get - update + - list + - watch - apiGroups: - apps resources: