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

Baserow installation error #1104

Open
jwezel opened this issue Jun 20, 2024 · 2 comments
Open

Baserow installation error #1104

jwezel opened this issue Jun 20, 2024 · 2 comments

Comments

@jwezel
Copy link

jwezel commented Jun 20, 2024

When attempting to install baserow I got:

Error: Command failed: helm install christianhuth/baserow --version 2.1.1 --values /tmp/603509e4-ff1d-46ca-85e8-a89d604d60ca-values.yaml --namespace baserow --kubeconfig /tmp/kubeconfig-459e1c5cf283d3c30c402981ce1f23a2 --generate-name
Error: INSTALLATION FAILED: YAML parse error on baserow/templates/asgi/asgi-hpa.yaml: error converting YAML to JSON: yaml: line 21: mapping values are not allowed in this context

Kubernetes version: v1.30.1

@christianhuth
Copy link
Owner

christianhuth commented Jun 25, 2024

Hi @jwezel
Can you provide the used values.yaml please.

@jwezel
Copy link
Author

jwezel commented Jun 25, 2024

Embarrassingly I only have an edited version of the full values.yaml, so everything that's not changed is in it as well. But these are the values I used:

frontend.ingress.enabled=true
frontend.ingress.annotations.cert-manager.io/cluster-issuer=letsencrypt-xxxx-xxxxx-xxx
frontend.ingress.hostname=xxxxxxx.xxxxx.xxx
frontend.ingress.tls={secretName=baserow-tls, hosts=[xxxxxxx.xxxxx.xxx]}
frontend.autoscaling.enabled=true
frontend.autoscaling.maxReplicas=3
backend.asgi.autoscaling.enabled=true
backend.asgi.autoscaling.maxReplicas=3
backend.celery.autoscaling.enabled=true
backend.celery.autoscaling.maxReplicas=3
backend.wsgi.autoscaling.enabled=true
backend.wsgi.autoscaling.maxReplicas=3
postgresql.enabled=false
externalPostgresql.auth.password=xxxxxxxxxxxxxxxxxxxx
externalPostgresql.hostname=db.baserow
redis.enabled=false
externalRedis.auth.password=xxxxxxxxxxxxxxxxxxx

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