TL;DR
Currently, the CCM does not notice when the secret containing HCLOUD_TOKEN, ROBOT_USER, and ROBOT_PASSWORD is changed.
A user would need to reload the CCM, or use a workaround like stakater/Reloader, which automates reloading.
Aside from this workaround, we (Syself) think automatic reloading would be nice. It works in our CCM, but we want to switch to your CCM.
Would you accept a PR that implements hot reloading?
Expected behavior
When the secret containing credentials changes, the controller should use the new values (without the need for a manual reload).