From 569aba3ea1122b1fe077d7c1de9842e59a94198f Mon Sep 17 00:00:00 2001 From: Tal Yitzhak Date: Fri, 26 May 2023 14:11:31 +0300 Subject: [PATCH] Added missing permissions for argo rollouts dashboard cluster role - for config map, should be able to get Signed-off-by: Tal Yitzhak --- charts/argo-rollouts/templates/dashboard/clusterrole.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml index 5f05d6e6..8267a725 100644 --- a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml +++ b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml @@ -71,4 +71,10 @@ rules: verbs: - list - watch -{{- end }} + - apiGroups: + - "" + resources: + - configmaps + verbs: + - get +{{- end }} \ No newline at end of file