From 6f652e1dbdb56a430244b2aeed3519048e1cdf58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Wed, 25 Aug 2021 09:58:15 +0200
Subject: [PATCH] streamline example execution yaml file

---
 theodolite/examples/operator/example-execution.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theodolite/examples/operator/example-execution.yaml b/theodolite/examples/operator/example-execution.yaml
index 3b77515bb..411d62e6a 100644
--- a/theodolite/examples/operator/example-execution.yaml
+++ b/theodolite/examples/operator/example-execution.yaml
@@ -19,7 +19,7 @@ spec:
         externalSloUrl: "http://localhost:80/evaluate-slope"
         warmup: 60 # in seconds
     # - sloType: "lag trend percent"
-    #   prometheusUrl: "http://localhost:9090"
+    #   prometheusUrl: "http://prometheus-operated:9090"
     #   offset: 0
     #   properties:
     #     percent: 5
-- 
GitLab