I have a small application with one deployment, service and 3 configMaps. It is normal Kubernetes YAML files, not a HELM setup. Is it possible to add the configMap checksum in annotations just like we can do in HELM so that whenever the configMap get updated, the deployment gets restarted.
HELM Reference: https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
Any help will be appreciated. Thanks in advance!