Hi, Need help on updating k8s config map after it's value changes. for example if I change <configM...
c
Hi, Need help on updating k8s config map after it's value changes. for example if I change configMap.data.XXX = 'test' I need to get this reflected in configmap. is that possible?