vuongxuongminh / charts-1

Buildkite Helm Charts repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buildkite Helm Charts Repository Build status

The official Buildkite Helm Charts repository.

Getting Started

Install Helm

Get the latest Helm release.

Add Buildkite Helm chart repository:

helm repo add buildkite https://buildkite.github.io/charts/
helm repo update

Install chart

To install the Agent chart with the release name bk-agent:

helm install --name bk-agent --namespace buildkite buildkite/agent --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! 🎉 **

Contributing to Buildkite Charts

Fork the repo, make changes and test it by installing the chart to see it is working. :)

On success make a pull request (PR).

Upon successful review, someone will give the PR a LGTM in the review thread.

Thanks ❤️

Copyright

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

About

Buildkite Helm Charts repository

License:MIT License


Languages

Language:Shell 47.5%Language:Makefile 27.6%Language:Smarty 18.9%Language:Dockerfile 5.9%