Skip to content

Conversation

nilgaar
Copy link

@nilgaar nilgaar commented Oct 7, 2025

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Running helm install demo -f values.example.yaml . fails with:

Error: INSTALLATION FAILED: template: supabase/templates/test/minio.yaml:1:14:
executing "supabase/templates/test/minio.yaml" at <.Values.minio.enabled>:
nil pointer evaluating interface {}.enabled

because the values.example.yaml file does not define a minio: section.

What is the new behavior?

Adds a default minio configuration block (enabled: false) to values.example.yaml to prevent Helm from crashing when rendering templates.
Developers can set enabled: true when using the built-in MinIO service for local or development setups.

Additional context

@nilgaar
Copy link
Author

nilgaar commented Oct 7, 2025

Fixes #123

@nilgaar nilgaar force-pushed the minio-example-values branch from b46a0a2 to 44cdcdb Compare October 7, 2025 18:40
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

Successfully merging this pull request may close these issues.

1 participant