helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[RabbitMQ] Allow adding custom startup scripts

Open DiamondJoseph opened this issue 5 months ago • 10 comments

For my RabbitMQ instance, I need a second user without admin permissions (previously I had an admin account with permission for the management console, with password mounted from a secret and a user account for sending/reading from all queues with "guest").

This was being managed by running all scripts mounted in a named ConfigMap at startup, and defining that ConfigMap from a short shell script. I've only briefly looked at the definition of the initContainer and the scripts ConfigMap, so I may have missed something obvious, but I would like a way to achieve some of the same behaviour without losing what the current init scripts are doing.

DiamondJoseph avatar Aug 07 '25 12:08 DiamondJoseph