Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

parafuzo/charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Helm Charts Repository

The official Buildkite Agent Charts repository for Helm, the package manager for Kubernetes.

Getting Started

Install chart

To install chart from Helm charts upstream with the release name bk-agent:

$ helm repo update
$ helm install stable/buildkite --name bk-agent --namespace buildkite --set agent.token="BUILDKITE_AGENT_TOKEN"

Also you can install chart by cloning this repo:

$ git clone git@github.com:buildkite/charts.git
$ cd charts

And then install the chart with the release name bk-agent:

$ helm install buildkite --name bk-agent --namespace buildkite --set agent.token="BUILDKITE_AGENT_TOKEN"

Check Agent chart readme for more customisation options.

You’ve now got Buildkite Agents running on your Kubernetes cluster! 🎉

Thanks ❤️

Copyright

Copyright (c) 2017 Buildkite Pty Ltd. See LICENSE for details.

About

A Buildkite Agent Charts repository for Helm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.4%
  • Smarty 24.6%