gordonwatts / func_adl_server

Helm chart to get started with an analysis server - mostly experimental
MIT License
0 stars 0 forks source link

Can't use helm upgrade because the rabbitmq password is updated. #6

Closed gordonwatts closed 5 years ago

gordonwatts commented 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.

gordonwatts commented 5 years ago

Password is now fixed. Next we need to try the upgrade and see what happens.