In the newer Hoplite versions, environment var configs were removed by default... how do you handle passing credentials in Kubernetes? You put the whole config file into a Secret? It's a bit less convenient then just using an entry in the container's env section and just grabbing that value from a secret, and handling the rest of the configs in a ConfigMap.