fix(argo-cd): don't request applicationsets if its disabled (#2069)

* don't request applicationsets if its disabled

Signed-off-by: Wim Fournier <github@fournier.nl>

* Update Chart.yaml

Signed-off-by: Wim Fournier <github@fournier.nl>

---------

Signed-off-by: Wim Fournier <github@fournier.nl>
This commit is contained in:
Wim Fournier 2023-05-22 19:07:09 +02:00 committed by GitHub
parent 650a9ec7ef
commit 1d999e0552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,9 @@ rules:
- argoproj.io
resources:
- applications
{{- if .Values.applicationSet.enabled }}
- applicationsets
{{- end }}
- appprojects
{{- if .Values.server.extensions.enabled }}
- argocdextensions