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