Skip to content

kong nil pointer evaluating interface #10

@jorpilo

Description

@jorpilo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions