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
|
- argoproj.io
|
||||||
resources:
|
resources:
|
||||||
- applications
|
- applications
|
||||||
|
{{- if .Values.applicationSet.enabled }}
|
||||||
|
- applicationsets
|
||||||
|
{{- end }}
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|
Loading…
Reference in a new issue