These are all Lambda3’s charts.
$ helm repo add lambda3 https://lambda3.github.io/helmcharts/
$ helm repo update
$ helm install agent lambda3/<chart name>
Note: The docs are for Helm 3, if you are running Helm 2 you will have to adapt the commands.
This repo contains Helm charts for Kubernetes.
Add the help repo:
$ helm repo add lambda3 https://lambda3.github.io/helmcharts/
$ helm repo update
Find the chart you want by looking at the
charts
directory. Every chart has a README.md
file, read it for more options.
To install the chart azure-pipelines-agent
with the release name agent
:
$ helm install agent lambda3/azure-pipelines-agent --set pipeline.tenant=<your tenant>,pipeline.pat=<your pat>
Tip: List all releases using
helm list
.
To uninstall/delete the my-release
deployment:
$ helm uninstall my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.