feat(argo-cd): Always install applicationset crd (#2682)
* Install applicationset crd always ApplicationSet is required by argocd-server, cannot be "opt-out". If ApplicationSet CRD is not installed, we see lot of errors: ``` W0507 19:44:33.469804 7 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) E0507 19:44:33.469828 7 reflector.go:140] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: Failed to watch *v1alpha1.ApplicationSet: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) ``` Signed-off-by: Thomas Decaux <ebuildy@gmail.com> * Bump chart version Signed-off-by: Thomas Decaux <ebuildy@gmail.com> * Bump Chart.yaml patch version Signed-off-by: Thomas Decaux <ebuildy@gmail.com> * Update Chart.yaml changelog Signed-off-by: Thomas Decaux <ebuildy@gmail.com> --------- Signed-off-by: Thomas Decaux <ebuildy@gmail.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
This commit is contained in:
parent
dcdcff2176
commit
63306b32f8
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.crds.install .Values.applicationSet.enabled }}
|
||||
{{- if .Values.crds.install }}
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue