From 8bda52fc1d59f876c04c9a98a22e9cfb4e77e763 Mon Sep 17 00:00:00 2001 From: user449993 <61475373+user449993@users.noreply.github.com> Date: Sat, 13 Aug 2022 16:24:02 +0000 Subject: [PATCH] fixes path to deploy example-app in readme.md --- kubernetes/servicemonitors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.