fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server to manage Application in all namespaces (#1621)

Signed-off-by: Elad Dolev <dolevelad@gmail.com>
This commit is contained in:
Elad Dolev 2022-11-06 23:13:13 +02:00 committed by GitHub
parent 22496be7d7
commit 48360eeb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -42,5 +42,6 @@ rules:
verbs:
- get
- list
- update
- watch
{{- end }}