I'm trying to inject my secrets from Google Secret Manager into Kubernetes Pod as environment variable.
I need put it as environment variable to my NodeJS application can read it.
I tried the solution from How to inject secret from Google Secret Manager into Kubernetes Pod as environment variable? but not work for me.
Also I tried to setup a init container but it put the secrets as files into the pod.
Any idea?
Thanks