From cbbbf07c3e52ba35a51ac4e4efd277981ef8752a Mon Sep 17 00:00:00 2001 From: dmytrozakharenko Date: Wed, 11 Dec 2024 11:23:08 -0500 Subject: [PATCH] - minor spelling fix --- .gitignore | 8 ++++---- charts/dps/templates/alerts.yaml | 2 +- tests/prom/rules-tests.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cc4a7b2..50ce9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,9 @@ # binary only bin -dis -!dis/ -!dis/* +dps +!dps/ +!dps/* __debug_bin* *.DS_Store @@ -31,4 +31,4 @@ go.work .idea/ # ignore file used for test. -alerts-modified.yaml \ No newline at end of file +alerts-modified.yaml diff --git a/charts/dps/templates/alerts.yaml b/charts/dps/templates/alerts.yaml index d48a9ea..e036982 100644 --- a/charts/dps/templates/alerts.yaml +++ b/charts/dps/templates/alerts.yaml @@ -19,5 +19,5 @@ groups: namespace: {{ .Release.Namespace }} annotations: summary: 'No data sent to Clickhouse in the last 30 minutes' - description: 'Please check dis service and networking.' + description: 'Please check dps service and networking.' {{- end -}} diff --git a/tests/prom/rules-tests.yaml b/tests/prom/rules-tests.yaml index f59e91d..2050303 100644 --- a/tests/prom/rules-tests.yaml +++ b/tests/prom/rules-tests.yaml @@ -35,5 +35,5 @@ tests: namespace: dev exp_annotations: summary: "No data sent to Clickhouse in the last 30 minutes" - description: "Please check dis service and networking." + description: "Please check dps service and networking."