Update README.MD

Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands 2023-06-19 10:57:15 +01:00
parent d6cc2691d6
commit 3fa2f19e32

View File

@ -1,2 +1,47 @@
# meta-monitoring-chart # meta-monitoring-chart
A meta-monitoring chart for GEL, GEM and GET. 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 ./meta-monitoring
```
1. Upgrade
```
helm upgrade --install -n meta meta ./meta-monitoring
```
1. Delete this chart:
```
helm delete -n meta meta
```
## Update dependencies
Run this after updating a dependency:
```
helm dependency update meta-monitoring
```
List dependencies:
```
helm dependency list meta-monitoring
```