Kubernetes - ConfigMaps
After updating a ConfigMap with
kubectl apply -f configmap.yaml, pods still use old values. What is the recommended next step to propagate changes without deleting pods manually?