Creates a grafana instance using the Grafana Operator
Deploy the Grafana Operator from OperatorHub, or YOLO from bash:
export NAMESPACE=grafana
curl -sSL https://raw.githubusercontent.com/rh-mobb/helm-charts/main/charts/rosa-federated-prometheus/files/deploy-operators.sh | bash
Deploy from the Grafana Helm Chart:
helm repo add mobb https://mobb.github.io/helm-charts
helm install -n grafana my-release mobb/grafana-cr
- OpenShift 4.x
- Helm 3.x
Deploy the Grafana Operator from OperatorHub, or YOLO from bash:
export NAMESPACE=grafana
curl -sSL https://raw.githubusercontent.com/rh-mobb/helm-charts/main/charts/rosa-federated-prometheus/files/deploy-operators.sh | bash
Tip: See values.yaml for configurable parameters.
Deploy from the Grafana Helm Chart:
helm repo add mobb https://mobb.github.io/helm-charts
helm install -n $NAMESPACE my-release mobb/grafana-cr
Tip: List all releases using
helm list
To uninstall/delete the my-release
deployment:
$ helm delete my-release