Steps to reproduce a changing configmap mounted as a volume to see the effects on a running pod.
- Create the initial config map:
kubectl create configmap my-cm --from-file configmap.txt --dry-run --output yaml | \ grep -v creationTimestamp | \ kubectl apply -f -