Update ConfigMap mounted to a Pod by updating the mounted data
3/1/2020
I want to update the data in a ConfigMap logically inside a Pod by mounting the ConfigMap as a volume dir and changes made in the dir files should update the ConfigMap accordingly. Is it achievable ?