I have a Kubernetes deployment which uses a ConfigMap with some configuration which is frequently updated. Currently I have to update this configuration manually, by running a script on my local machine that updates the ConfigMap via kubectl.
Is there a way to do this in a more automated fashion using the Kubernetes API (from inside or outside Kubernetes)?