Skip to content

Include object hash in pod annotation

Pablo Vigo Mas requested to merge wip/pvigo/force-add-extraconfig into main

The Ansible playbooks add certain objects to the Kubernetes cluster, such as secrets or configurations, which are not handled by Helm templates. In case of modifications and subsequent deployments, the pods will not update these objects until the service restarts for other reasons. This requires performing a manual operation to restart the service and apply the changes.

With this fix, automatically adding the secret hash to the pod annotations achieves its restart if the secret has changed its content, eliminating the need for manual intervention to implement the changes.

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

Merge request reports