Skip to content
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

Enabling webhooks via the operator #2361

Closed
jamesla opened this issue Nov 30, 2024 · 1 comment
Closed

Enabling webhooks via the operator #2361

jamesla opened this issue Nov 30, 2024 · 1 comment

Comments

@jamesla
Copy link

jamesla commented Nov 30, 2024

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?

@jamesla
Copy link
Author

jamesla commented Nov 30, 2024

Found it, for anybody who sees this, you can use spec.env and pass them in.

@jamesla jamesla closed this as completed Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant