Kubernetes - Advanced Deployment Patterns
You have this environment variable setup in a pod spec:
If the ConfigMap 'feature-flags' does not have the key FEATURE_Z_ENABLED, what will happen when the pod starts?
- name: FEATURE_Z_ENABLED
valueFrom:
configMapKeyRef:
name: feature-flags
key: FEATURE_Z_ENABLEDIf the ConfigMap 'feature-flags' does not have the key FEATURE_Z_ENABLED, what will happen when the pod starts?
