Kubernetes - Secrets
Why does the following command fail?
kubectl create secret generic mysecret --from-env-file=env.txt where env.txt contains lines without '=' sign.