Skip to content

Commit 1ac967c

Browse files
feat(video): Monitoring with Prometheus and Kubernetes
1 parent a80d2f6 commit 1ac967c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-07-23-kube-grafana-prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Visit Grafana
188188
If you make changes to your `values.yaml` you can deploy these changes by running
189189

190190
```bash
191-
helm install -n monitoring prometheus prometheus-community/kube-prometheus-stack -f values.yaml
191+
helm upgrade -n monitoring prometheus prometheus-community/kube-prometheus-stack -f values.yaml
192192
```
193193

194194
Examples:

0 commit comments

Comments
 (0)