Skip to content

rh-mobb/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts for Managed Openshift Black Belt examples

Charts

See /charts for a list of charts.

  1. Add This Repository to your Helm

    helm repo add mobb https://rh-mobb.github.io/helm-charts/
  2. Update your Repository

    helm repo update
  3. Install a Chart

    helm install -n my-prometheus mobb/rosa-federated-prometheus

Starters

To create a new chart using one of our starters, clone down this repo and run

helm create example-cr --starter $(pwd)/../starters/cr