Docker – Nuxt3 get environment variables from Kubernetes Secrets
I'm using Nuxt3 with K8 and want to pass some secrets using Kubernetes Secrets to my Nuxt3 app. I cannot set the environment variables in my Docker container directly, because the container is public. So I build the image docker…