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:
parent
925cd8454c
commit
e810d6eda9
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ rules:
|
|||
- argoproj.io
|
||||
resources:
|
||||
- applications
|
||||
{{- if .Values.applicationSet.enabled }}
|
||||
- applicationsets
|
||||
{{- end }}
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
|
Loading…
Reference in a new issue