From a088dcdf19831526f5f579c4e90c42fdc1df3c9e Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 7 Oct 2021 15:09:22 -0700 Subject: [PATCH] Add permission for SiteInfo publisher Signed-off-by: Tamal Saha --- charts/stash-community/templates/cluster-role.yaml | 2 +- charts/stash-enterprise/templates/cluster-role.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stash-community/templates/cluster-role.yaml b/charts/stash-community/templates/cluster-role.yaml index f8a11601a..4d6486539 100644 --- a/charts/stash-community/templates/cluster-role.yaml +++ b/charts/stash-community/templates/cluster-role.yaml @@ -81,7 +81,7 @@ rules: - "" resources: - nodes - verbs: ["list"] + verbs: ["get", "list", "watch"] - apiGroups: - "" resources: diff --git a/charts/stash-enterprise/templates/cluster-role.yaml b/charts/stash-enterprise/templates/cluster-role.yaml index 6d2496d35..c0c372a92 100644 --- a/charts/stash-enterprise/templates/cluster-role.yaml +++ b/charts/stash-enterprise/templates/cluster-role.yaml @@ -86,7 +86,7 @@ rules: - "" resources: - nodes - verbs: ["list"] + verbs: ["get", "list", "watch"] - apiGroups: - "" resources: