-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ops/aas with minio gateway #15587
Ops/aas with minio gateway #15587
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we run a test of this single image and on feature-branches?
We did, yes. Here's the run -> https://github.com/Budibase/budibase-deploys/actions/runs/13437085341 and here's the branch that hardcodes The feature branch behaves the same way as the regular ones. |
Description
Configures minio to run under gateway mode to allow persistent storage when Budibase is running in Azure App Service. Requires
AZURE_STORAGE_ACCOUNT
andAZURE_STORAGE_KEY
to be set when executing the container.