Michel Hollands 879419a092 Fix README.MD
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-19 10:59:23 +01:00

48 lines
675 B
Markdown

# meta-monitoring-chart
A meta-monitoring chart for GEL, GEM and GET.
## Install this chart
1. Create the meta namespace
```
kubectl create namespace meta
```
1. Create a values.yaml file
1. Install this helm chart
```
helm install -n meta meta ./charts/meta-monitoring
```
1. Upgrade
```
helm upgrade --install -n meta meta ./charts/meta-monitoring
```
1. Delete this chart:
```
helm delete -n meta meta
```
## Update dependencies
Run this in the charts/meta-monitoring directory after updating a dependency:
```
helm dependency update meta-monitoring
```
List dependencies:
```
helm dependency list meta-monitoring
```