diff --git a/kubernetes/servicemonitors/README.md b/kubernetes/servicemonitors/README.md index 0a4b1d0..d6aed8e 100644 --- a/kubernetes/servicemonitors/README.md +++ b/kubernetes/servicemonitors/README.md @@ -104,7 +104,7 @@ If it does not appear, that means your Prometheus instance is not selecting the ## Deploy our example app ``` -kubectl -n default apply -f kubernetes\servicemonitors\example-app\ +kubectl -n default apply -f ./kubernetes/servicemonitors/example-app/ ``` -Now we should see a target in the Prometheus [Targets](http://localhost:9090/targets) page.
\ No newline at end of file +Now we should see a target in the Prometheus [Targets](http://localhost:9090/targets) page.