Kubernetes - ConfigMaps
You run:
What will be the value of
kubectl create configmap config1 --from-literal=key1=value1 --from-literal=key1=value2
What will be the value of
key1 in the ConfigMap?