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."