Kubernetes - ConfigMaps
Given this Kubernetes Pod spec snippet using a ConfigMap:
What happens if you update the ConfigMap 'app-config' while the Pod is running?
envFrom:
- configMapRef:
name: app-config
What happens if you update the ConfigMap 'app-config' while the Pod is running?
