Have you ever wanted your deployments or pods to automatically get redeployed when their referenced ConfigMaps or secrets are updated? In this blog, we are going to learn how to use kapp to re-start or re-deploy the resources when their referenced resources get updated. Deploy resources where one resource is being referenced by other ¶Let’s consider a ConfigMap and a deployment, where the ConfigMap is being referenced by the deployment.