You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: - host: "srg.asght.com" paths: [] tls: - secretName: "tls-rancher" hosts: - "srg.asght.com" persistence: enabled: true type: "dynamic" storageClass: "gp2" accessModes: - ReadWriteOnce size: 5Gi image: repository: n8nio/n8n pullPolicy: IfNotPresent tag: "latest" autoscaling: enabled: true minReplicas: 1 maxReplicas: 5 targetCPUUtilizationPercentage: 80
The rancher version is 2.6.3 and Kube version is 1.21.14
The text was updated successfully, but these errors were encountered:
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: - host: "srg.asght.com" paths: [] tls: - secretName: "tls-rancher" hosts: - "srg.asght.com" persistence: enabled: true type: "dynamic" storageClass: "gp2" accessModes: - ReadWriteOnce size: 5Gi image: repository: n8nio/n8n pullPolicy: IfNotPresent tag: "latest" autoscaling: enabled: true minReplicas: 1 maxReplicas: 5 targetCPUUtilizationPercentage: 80
The rancher version is 2.6.3 and Kube version is 1.21.14
The text was updated successfully, but these errors were encountered: