Created
November 25, 2019 21:49
-
-
Save ams0/1c25f833a55aeb6326d8553aa7b674b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/Hyperfish/vsts-build.git | |
vsts: | |
enabled: true | |
repository: microsoft/vsts-agent | |
tag: "ubuntu-16.04-docker-18.06.1-ce-standard" | |
replicaCount: 2 | |
pullPolicy: IfNotPresent | |
nodeSelector: {} | |
tolerations: [] | |
affinity: {} | |
# env vars | |
configMap: | |
VSTS_ACCOUNT: "" | |
VSTS_POOL: "" | |
secret: | |
VSTS_TOKEN: "" | |
helm upgrade --install --namespace vsts \ | |
--set vsts.configMap.VSTS_ACCOUNT="cookingwithazure" \ | |
--set vsts.configMap.VSTS_POOL="AKS" \ | |
--set vsts.secret.VSTS_TOKEN="" \ | |
--set vsts.tag="ubuntu-16.04-docker-18.06.1-ce-standard" | |
--reuse-values vsts-agents https://storeme.blob.core.windows.net/charts/vsts-build-0.1.0.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment