don't request applicationsets if its disabled
Signed-off-by: Wim Fournier <github@fournier.nl>
This commit is contained in:
parent
650a9ec7ef
commit
c10dec34ba
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ rules:
|
|||
- argoproj.io
|
||||
resources:
|
||||
- applications
|
||||
{{- if .Values.applicationSet.enabled }}
|
||||
- applicationsets
|
||||
{{- end }}
|
||||
- appprojects
|
||||
{{- if .Values.server.extensions.enabled }}
|
||||
- argocdextensions
|
||||
|
|
Loading…
Reference in a new issue