Teamcity Kubernetes integration x ConfigMaps and Secrets
I'm following this tutorial to integrate our TeamCity to our Development Kubernetes Cluster:https://blog.jetbrains.com/teamcity/2017/10/teamcity-kubernetes-support-plugin/
Using Token Authentication TeamCity says that it can connect to the Cluster without problems.
The problem is that our POD specification requires some environment variables that, when deployed with kubectl, work as expected.

But the one deployed by TeamCity crashed because lacking environment variables:

What Am I missing?
Please sign in to leave a comment.