/helm-charts

A collection of Helm Charts maintained by the MOBB team

Primary LanguageSmartyApache License 2.0Apache-2.0

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