nats-io / nats-operator

NATS Operator
https://nats-io.github.io/k8s/
Apache License 2.0
573 stars 111 forks source link

Fix bugs related to reloading when secrets is changed #304

Closed mtryfoss closed 3 years ago

mtryfoss commented 3 years ago

Fixed a copy-paste bug I introduced in my previous PR. Also fixed an existing issue when the operator was controlling multiple nats cluster in the same namespace sharing the same secret. Only one of them was reloaded when the secret was changed.

mtryfoss commented 3 years ago

@wallyqs did you have time to look at this?