How to pass environment variables to a service in kubernetes? – Ubuntu
I have configured minikube and am trying to run kubenetes on my local ubuntu machine. When I build the MongoDB docker image on my local, I can pass the env variables this way and it works well with the backend…