Updated configMap.yaml but it's not being applied to Kubernetes pods
问题 I'm editing configMap.yaml in my Helm chart, but when I log in to one of my pods to check if it's being applied, it doesn't reflect my changes. I'm fairly new to Helm charts so any help is appreciated. 回答1: For updating your ConfigMap you can also use kubectl patch command if you find it more fitting for you. Documentation regarding it can be found here. For applying the changes there is a very useful tool called Reloader. Reloader can watch changes in ConfigMap and Secret and do rolling