TsuyoshiUshio / KubernetesTask

Kubernetes Task for Visual Studio Team Services
34 stars 14 forks source link

Feature/hide config contents #3

Closed TsuyoshiUshio closed 7 years ago

TsuyoshiUshio commented 7 years ago

https://github.com/TsuyoshiUshio/KubernetesTask/projects/1#card-1688957

Currently, If you copy & paste your config file into the kubeconfig of the endpoint, VSTS output the contents while the build execute. It seems that it is because it is multiline.

That is why I support base64 string of config file. If you convert your config file into base64 and copy and paste on the kubeconfig of the endpoint, it is automatically decoded into config file.