Skip to content

Ensure Pod Restarts upon Object Update

Ensure Pod restarts automatically whenever the ConfigMap or Secret object is updated. A hash of the object is now included in StatefulSet.

PODs only restart if the checksum of the ConfigMap or Secret is different, which means that the content of the object has been changed. PODs remain running if the content of the object is the same.

Phabricator task: T10031

Signed-off-by: Pablo Vigo pvigo@collabora.com

Merge request reports