Describe the bug
When trying to install devtron on Kubernetes 1.22 I get the following error:
$ helm repo add devtron https://helm.devtron.ai "devtron" has been added to your repositories
$ helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
Error: INSTALLATION FAILED: failed to install CRD crds/crd-devtron-legacy.yaml: error parsing : json: offset 2: invalid character '{' looking for beginning of object key string
To Reproduce
- Execute "helm repo add devtron https://helm.devtron.ai"
- helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
- Install does not start
Expected behavior
Devtron should install.
Current behavior
Devtron does not install.