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:
parent
650a9ec7ef
commit
1d999e0552
2 changed files with 5 additions and 3 deletions
|
|
@ -23,7 +23,9 @@ rules:
|
|||
- argoproj.io
|
||||
resources:
|
||||
- applications
|
||||
{{- if .Values.applicationSet.enabled }}
|
||||
- applicationsets
|
||||
{{- end }}
|
||||
- appprojects
|
||||
{{- if .Values.server.extensions.enabled }}
|
||||
- argocdextensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue