Closed jabdoa2 closed 7 months ago
How is the migration path here? Do the hashes of CMs/Secrets change? That would lead wave to restart all deployments when wave is updated.
Thank you for all your contributions over the last few days, I am looking through them.
How is the migration path here? Do the hashes of CMs/Secrets change? That would lead wave to restart all deployments when wave is updated.
Thank you for all your contributions over the last few days, I am looking through them.
Yes it will restart all deployments referencing a configmap. I would mention this in the release.
We could avoid it but would involve either another hashmap or format strings. In my opinion a restart is fine.
Fixes #73