I want to pull variables from the TeamCity. the same way as we defining it in the deployment.YAML file. and need to put them into a config map resources for that application. I have tried like this
GS_HOST: "[[ .Env.gHost ]]" like name :value.but after deployemt nothing will be returned.
same is working fine when [[Env.gHost]] is edited in deployment.yaml as
Env: name:gHost value:[[Env.gHost]] please find the images attached for the configMap that is not working