supabase-kubernetes
supabase-kubernetes copied to clipboard
values.example.yaml DOES NOT WORK
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:
- Go to documentation and see instructions for below
- helm install demo -f values.example.yaml .
- 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?
Try my example in https://github.com/supabase-community/supabase-kubernetes/issues/98#issuecomment-2562044130