rabbitmq / OLM-Package-Repo

Script to generate OLM (Operator-LifeCycle-Manager) Bundles for RabbitMQ Kubernetes operators
MIT License
0 stars 2 forks source link

fix olm bundle for operator rabbitmq messaging #1

Closed chris93111 closed 2 years ago

chris93111 commented 2 years ago

tested with subscription, the actual bundle loop install because the syntax of webhook definition is incorrect

this fix work

DanielePalaia commented 2 years ago

Hi @chris93111 thank you very much for your investigation and PR. Indeed this repo is still experimental and I was planning to continue working on it after my holidays to finalize the publication of the operator on operatorhub. I tested the OLM package with your modifications and it seems working. When all our operator system tests will pass I will publish it on operatorhub like the cluster-operator one we did recently. I will integrate your PR in the meantime. Keep in mind however that the OLM bundle package will be generated through a python script so probably in the future it will be overridden.

chris93111 commented 2 years ago

I didn't dare to publish it on operatorhub :) but I tested via my catalog and it works correctly including webhooks

Thanks