-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(minio): use the built-in bucket creation mechanism of the MinIO …
…chart - Remove the `create-minio-bucket` init container since the MinIO chart now handles bucket creation via the `buckets` configuration. - Update the `LAGO_AWS_S3_BUCKET` environment variable to use the name of the first bucket defined in `minio.buckets`. - Enable MinIO in `values.yaml` by setting `enabled: true`. - Add the (commented) bucket configuration in `values.yaml` with a note indicating that only the first bucket will be used. This change simplifies deployment by leveraging the MinIO chart's built-in mechanism for bucket creation, eliminating the need for a custom script.
- Loading branch information
1 parent
dd22962
commit 7d9a780
Showing
2 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters