Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Hyperfish/vsts-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - VSTS build agent Helm chart for Kubernetes

A helm chart for the VSTS linux build agent.

Pre-reqs:

  • a working kubernetes cluster
  • a VSTS account & a personal access token for your account
  • kubectl and helm installed

Install

Clone this repo: git clone [email protected]:Hyperfish/vsts-build.git

Open up the values.yaml file and update the following properties:

  • VSTS_ACCOUNT – this is the name of your VSTS account e.g. “contoso”.
  • VSTS_POOL – this is the name of the agent pool you would like your agents registered in.
  • VSTS_TOKEN – this is your personal access token from VSTS that has been given at least the Agent Pools (read, manage) scope.
  • replicaCount – set this to how many agents you want deployed.

Install: helm install .

Check your VSTS build pool that you specified in the values.yaml file. You should see your new agents listed.

Releases

No releases published

Packages

No packages published