Using Configmaps , I am attaching a text file containing environment variables to a Pod . When I log in to the POD and then run "env" command , I am able to see like below
env.txt=var1=123
var2=30000
I am trying to read var1 or var2 . I am unable to do it .
Appreciate your help