supabase-kubernetes icon indicating copy to clipboard operation
supabase-kubernetes copied to clipboard

values.example.yaml DOES NOT WORK

Open pkordes opened this issue 1 year ago • 1 comments

Bug report

Describe the bug

Following the readme to install as a trial with the values.example.yaml fails with missing S3 key validation.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to documentation and see instructions for below
  2. helm install demo -f values.example.yaml .
  3. See error

Error: INSTALLATION FAILED: template: supabase/templates/storage/deployment.yaml:173:23: executing "supabase/templates/storage/deployment.yaml" at <include "supabase.secret.s3.isValid" .>: error calling include: template: supabase/templates/secrets/_helpers.tpl:48:14: executing "supabase.secret.s3.isValid" at <.Values.secret.s3.keyId>: nil pointer evaluating interface {}.keyId

Expected behavior

Example should have minimum required key values that will allow you to test out the chart

Screenshots

N/A

System information

  • OS: macOS

Additional context

The values.yaml is extensive and it isn't clear what you MUST have and what you don't. Apparently, even if you are NOT going to use S3, you must have that section?

pkordes avatar Oct 14 '24 21:10 pkordes

Try my example in https://github.com/supabase-community/supabase-kubernetes/issues/98#issuecomment-2562044130

TripShade avatar Dec 26 '24 19:12 TripShade