I recently had an odd use case to dynamically update a Kubernetes configmap, before the actual container (an agent) could use it. (This blog post assumes you have knowledge of Kubernetes) The agent installation was defined in several yaml files which we wanted to deploy via GitOps, but one entry…