chore(argo-cd): Move Argo UI extension resource to argocd-apps (#1550)

* Move extensions to argocd-apps chart
* Simplify extension rbac
* Bump minor version

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-10-14 00:28:44 +02:00 committed by GitHub
parent 7c3276f44d
commit 17e601148f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 65 deletions

View file

@ -23,6 +23,9 @@ rules:
resources:
- applications
- appprojects
{{- if .Values.server.extensions.enabled }}
- argocdextensions
{{- end }}
verbs:
- create
- get
@ -37,4 +40,4 @@ rules:
- events
verbs:
- create
- list
- list