kevchu3 / azure-buildagent-container

Build a containerized Azure agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change start-sh from ConfigMap to Secret

kevchu3 opened this issue · comments

Since we can potentially store sensitive proxy information, we would want to use a Secret instead of ConfigMap for the start.sh script. Also would want to parameterize the proxy info if we can.