The source project of this merge request has been removed.
Always include annotations in the Deployment object
Checksum in annotations ensures that the pod restarts when an object is updated. Previously, 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