Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands
2023-06-23 14:20:11 +01:00
parent 69e6d0c910
commit 5a73fb9a21
5 changed files with 62 additions and 29 deletions

27
docs/installation.md Normal file
View File

@@ -0,0 +1,27 @@
# Install this chart
1. Create the meta namespace
```
kubectl create namespace meta
```
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml).
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
```