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