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:
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