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:
parent
7c3276f44d
commit
17e601148f
7 changed files with 12 additions and 65 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue