From 2edd84988ba0c668a7709ffba7ff5394cf7e05ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at>
Date: Wed, 5 Jun 2024 18:50:29 +0200
Subject: [PATCH] Fix minor typo in CRD descriptions

---
 theodolite/crd/crd-benchmark.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml
index 27ca9ebfb..72d26bbff 100644
--- a/theodolite/crd/crd-benchmark.yaml
+++ b/theodolite/crd/crd-benchmark.yaml
@@ -588,7 +588,7 @@ spec:
                       description: The type of the SLO. It must match 'lag trend'.
                       type: string
                     prometheusUrl:
-                      description: Connection string for Promehteus.
+                      description: Connection string for Prometheus.
                       type: string
                     offset:
                       description: Hours by which the start and end timestamp will be shifted (for different timezones).
@@ -628,7 +628,7 @@ spec:
                           type: integer
                           default: 0
                         removeOnly:
-                          description: Determines if this topic should only be deleted after each experiement. For removeOnly topics the name can be a RegEx describing the topic.
+                          description: Determines if this topic should only be deleted after each experiment. For removeOnly topics the name can be a RegEx describing the topic.
                           type: boolean
                           default: false
           status:
-- 
GitLab