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

kong nil pointer evaluating interface #10

Open
jorpilo opened this issue May 2, 2022 · 3 comments
Open

kong nil pointer evaluating interface #10

jorpilo opened this issue May 2, 2022 · 3 comments

Comments

@jorpilo
Copy link

jorpilo commented May 2, 2022

Hello.

I have tried to deploy following these steps:

copy values.template.yaml and modify:
your-super-secret-jwt-token-with-at-least-32-characters-long
JWT_ANON_KEY
JWT_SERVICE_KEY
MY_VERY_HARD_PASSWORD_FOR_DATABASE
RELEASE_NAME
NAMESPACE

# Added helm  repo
helm repo add supabase https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/main

# helm install
helm install dev supabase/supabase --namespace MYNAMESPACE -f myvalues.yaml --create-namespace

helm fails with the following error

Error: INSTALLATION FAILED: template: supabase/templates/kong/config.yaml:19:27: executing "supabase/templates/kong/config.yaml" at <.Values.kong.credentials.anonKey>: nil pointer evaluating interface {}.anonKey

Any help to deploy it?

@jorpilo
Copy link
Author

jorpilo commented May 2, 2022

The problem is that the variables are missing in values.ylm

Fixed in #11

@joepa37
Copy link

joepa37 commented Jul 30, 2022

Same issue, waiting for this pull request to be merged.

@ACK-lcn
Copy link

ACK-lcn commented Jan 5, 2023

When will the new version of the helm3 chart package be released? I see that the previous charts package has bugs

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

3 participants