Kubernetes - Secrets
You run
kubectl create secret generic mysecret --from-literal=key1=value1 --from-literal=key2 and get an error. What is the problem?