Fix README.MD

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

View File

@ -15,13 +15,13 @@ A meta-monitoring chart for GEL, GEM and GET.
1. Install this helm chart 1. Install this helm chart
``` ```
helm install -n meta meta ./meta-monitoring helm install -n meta meta ./charts/meta-monitoring
``` ```
1. Upgrade 1. Upgrade
``` ```
helm upgrade --install -n meta meta ./meta-monitoring helm upgrade --install -n meta meta ./charts/meta-monitoring
``` ```
1. Delete this chart: 1. Delete this chart:
@ -33,7 +33,7 @@ A meta-monitoring chart for GEL, GEM and GET.
## Update dependencies ## Update dependencies
Run this after updating a dependency: Run this in the charts/meta-monitoring directory after updating a dependency:
``` ```
helm dependency update meta-monitoring helm dependency update meta-monitoring