8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

kubernetes 1.21 wrong type for value #25

Open ycam-assessfirst opened 1 year ago

ycam-assessfirst commented 1 year ago

Hello I've tried all possible things but it's doesn't work even when I let default value it doesn't work and I got the error `helm install --namespace=default --timeout=10m0s --values=/home/shell/helm/values-n8n-0.6.0.yaml --version=0.6.0 --wait=true n8n /home/shell/helm/n8n-0.6.0.tgz Error: INSTALLATION FAILED: template: n8n/templates/deployment.yaml:45:35: executing "n8n/templates/deployment.yaml" at <.Values.config>: wrong type for value; expected map[string]interface {}; got interface {}`` My values.yml

`config: port: 5687 database: tablePrefix: "af-aws" host: "srg.asght.com" protocol : "https" port: 5687 security: basicAuth: active: true user: 'aefaef' # The name of the basic auth user - default: '' password: 'dqg4njzgJ' # The password of the basic auth user - default: '' jwtAuth: active: true ingress: enabled: true hosts:

The rancher version is 2.6.3 and Kube version is 1.21.14

spatialy commented 1 year ago

Any luck solving this?