We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey quick question - I've got through all the docs and searched but I just can't seem to find an answer to this so any help greatly appreciated.
How do I enable webhooks using the minio operator?
Enabling using the docker image looks roughly like this:
minio: image: minio/minio:RELEASE.2024-09-13T20-26-02Z container_name: minio ports: - "9000:9000" environment: - MINIO_NOTIFY_WEBHOOK_ENABLE_webhook1=on
How do I do this using the minio-operator?
The text was updated successfully, but these errors were encountered:
Found it, for anybody who sees this, you can use spec.env and pass them in.
Sorry, something went wrong.
No branches or pull requests
Hey quick question - I've got through all the docs and searched but I just can't seem to find an answer to this so any help greatly appreciated.
How do I enable webhooks using the minio operator?
Enabling using the docker image looks roughly like this:
minio: image: minio/minio:RELEASE.2024-09-13T20-26-02Z container_name: minio ports: - "9000:9000" environment: - MINIO_NOTIFY_WEBHOOK_ENABLE_webhook1=on
How do I do this using the minio-operator?
The text was updated successfully, but these errors were encountered: