Replies: 2 comments
-
I misunderstood the documentation, the workaround is just to modify the User object so the operator while reconcile including the credentials.
|
Beta Was this translation helpful? Give feedback.
-
As you figured, any label would do the trick.
This is slightly outdated. It is true that the Operator does not monitor the Secret object and it won't update the https://rabbitmq.com/kubernetes/operator/install-topology-operator.html#parameters |
Beta Was this translation helpful? Give feedback.
-
I'm using a similar setup as described here: https://www.rabbitmq.com/kubernetes/operator/using-topology-operator.html#users-permissions
https://github.com/rabbitmq/messaging-topology-operator/tree/main/docs/examples/users
https://github.com/rabbitmq/messaging-topology-operator/blob/main/docs/examples/users/userPreDefinedCreds.yaml#L8C17-L8C17
The docs or examples don't specify what annotation or label needs to be added to the user to allow reconcile?
I wasn't able to find it in examples or docs
Beta Was this translation helpful? Give feedback.
All reactions