Added missing permissions for argo rollouts dashboard cluster role - for config map, should be able to get

Signed-off-by: Tal Yitzhak <talyi@jfrog.com>
This commit is contained in:
Tal Yitzhak 2023-05-26 14:11:31 +03:00
parent d4b3e266cc
commit 569aba3ea1

View file

@ -71,4 +71,10 @@ rules:
verbs:
- list
- watch
{{- end }}
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
{{- end }}