I have a kubernetes pod that loads a bunch of environment variables through a configmap and a couple of SecretRefs. When I exec into the pod I can see them when I run env
.
However, when I use teleport to ssh into the pod, none of the variables are there. I suspect it has something to do with how I’m starting the teleport service. How can I add this pod to my teleport cluster and still see the original environment variables when I start an ssh session?