Open
Description
Is your feature request related to a problem? Please describe.
To be able to run more than one instance of the rabbitmq operator in a cluster, we'd like a way to specify which rabbitmq-operator should act on a given Cluster manifest
Describe the solution you'd like
Add an environment variable to the operator, e.g. OPERATOR_NAME
which is checked against a RabbitmqCluster
annotation such as rabbitmq.com/cluster-operator/name
.
Additional context
The proposed solution is similar to how you can have multiple ingresses in a given cluster selected by kubernetes.io/ingress.class