Merge pull request #71 from grafana/update_installation_instructions
Update installation instructions
This commit is contained in:
commit
329d5822ea
@ -27,16 +27,29 @@
|
|||||||
|
|
||||||
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml). Fill in the names of the secrets created above as needed.
|
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml). Fill in the names of the secrets created above as needed.
|
||||||
|
|
||||||
|
1. Add the repo
|
||||||
|
|
||||||
|
```
|
||||||
|
helm repo add grafana https://grafana.github.io/helm-charts
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Fetch the latest charts from the grafana repo
|
||||||
|
|
||||||
|
```
|
||||||
|
helm repo update grafana
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
1. Install this helm chart
|
1. Install this helm chart
|
||||||
|
|
||||||
```
|
```
|
||||||
helm install -n meta -f values.yaml meta ./charts/meta-monitoring
|
helm install -n meta -f values.yaml meta grafana/meta-monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Upgrade
|
1. Upgrade
|
||||||
|
|
||||||
```
|
```
|
||||||
helm upgrade --install -f values.yaml -n meta meta ./charts/meta-monitoring
|
helm upgrade --install -f values.yaml -n meta meta grafana/meta-monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Delete this chart:
|
1. Delete this chart:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user