Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubernetes 1.21 wrong type for value #25

Open
ycam-assessfirst opened this issue Oct 13, 2022 · 1 comment
Open

kubernetes 1.21 wrong type for value #25

ycam-assessfirst opened this issue Oct 13, 2022 · 1 comment

Comments

@ycam-assessfirst
Copy link

ycam-assessfirst commented Oct 13, 2022

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

@spatialy
Copy link

spatialy commented Jan 5, 2023

Any luck solving this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants