Skip to content

gradle/buildbuddy-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildBuddy Helm Charts Build Status

This repository collects a set of Helm charts curated by BuildBuddy.

Click on the following links to see installation instructions for each chart:

Deployment to dev environment

git clone https://github.com/gradle/buildbuddy-helm
cd buildbuddy-helm/charts/buildbuddy
helm install my-release \
  --set image.tag=server-image-v1.3.1 \
  --set mysql.mysqlUser=sampleUser \
  --set mysql.mysqlPassword=samplePassword \
  --set disk.data.storageClass=gp3 \
  .

Usage

Helm must be installed and initialized to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

$ helm repo add buildbuddy https://helm.buildbuddy.io

Contributing

We welcome contributions. Please refer to our contribution guidelines for details.

About

Official BuildBuddy Helm charts

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 100.0%