Skip to content

Commit

Permalink
docs: Correct namespace for kube-prometheus-stack (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerlielton authored Oct 17, 2024
1 parent 2848b19 commit aa60bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/kube-prometheus-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can optionally customize the Helm chart that deploys Kube Prometheus Stack v
Verify kube-prometheus-stack pods are running.

```sh
$ kubectl get pods -n external-secrets
$ kubectl get pods -n kube-prometheus-stack
NAME READY STATUS RESTARTS AGE
alertmanager-kube-prometheus-stack-alertmanager-0 2/2 Running 3 (2d2h ago) 2d7h
kube-prometheus-stack-grafana-5c6cf88fd9-8wc9k 3/3 Running 3 (2d2h ago) 2d7h
Expand Down

0 comments on commit aa60bf2

Please sign in to comment.