artemiscloud / activemq-artemis-self-provisioning-plugin

ActiveMQ Artemis Self Provisioning Plugin
https://main--633c221f1c3e24f3029a826f.chromatic.com/
Apache License 2.0
3 stars 12 forks source link

Cert-manager checking logic is broken #222

Closed gaohoward closed 2 weeks ago

gaohoward commented 2 months ago

Currently the plugin verify if a cert-manager is installed is broken. It only looks for deployment of cert-manager in cert-manager namespace. If cert-manager is installed in a different namespace the verification doesn't work.

Consider to remove it and find a better way to do the verification.

lavocatt commented 2 months ago

@howardgao I think that this is the same issue as #217