Skip to content

Always include annotations in the Deployment object

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.

Fixes: 45bed51a ("Ensure the pod restarts when the K8s secret with the config is updated")

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

Merge request reports