Closed gordonwatts closed 5 years ago
Each time we do a helm upgrade the rabbitmq password is updated. Since rabbitmq isn't restarted, it doesn't know this new password, and any new processes restarted will get the new password.
So, need to prevent a new secret from being generated.
Password is now fixed. Next we need to try the upgrade and see what happens.
Each time we do a helm upgrade the rabbitmq password is updated. Since rabbitmq isn't restarted, it doesn't know this new password, and any new processes restarted will get the new password.
So, need to prevent a new secret from being generated.