fix(argo-cd): Add applicationsets resource to argocd-server cluster role

Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
This commit is contained in:
Jorge Turrado Ferrero 2023-09-08 09:48:33 +02:00 committed by GitHub
parent 925cd8454c
commit e810d6eda9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,9 @@ rules:
- argoproj.io
resources:
- applications
{{- if .Values.applicationSet.enabled }}
- applicationsets
{{- end }}
verbs:
- get
- list