Skip to content

Commit

Permalink
feature: update prometheus and grafana install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed May 15, 2024
1 parent bd573a8 commit 8b5ec31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

```shell
helm upgrade --install grafana grafana \
--repo https://grafana.github.io/helm-charts
--repo https://grafana.github.io/helm-charts \
--values tools/kubernetes/grafana/values-grafana.yaml

helm uninstall grafana
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

```shell
helm upgrade --install prometheus-operator kube-prometheus-stack \
--repo https://prometheus-community.github.io/helm-charts
--repo https://prometheus-community.github.io/helm-charts \
--values tools/kubernetes/prometheus/values-prometheus-operator.yaml
```

参数说明:
Expand Down

0 comments on commit 8b5ec31

Please sign in to comment.