Skip to content

Always use annotations in deployment and statefulset

Checksum in annotations ensures that the pod restart when an object is updated. Previosuly, checksums were not included when there were no other annotations on the object, so they had no effect. Instead, always include annotations with at least the checksums, so they are be used regardless.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports