Skip to content

Commit

Permalink
- minor spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zakharenkodmytro committed Dec 11, 2024
1 parent a118670 commit cbbbf07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# binary only
bin
dis
!dis/
!dis/*
dps
!dps/
!dps/*
__debug_bin*
*.DS_Store

Expand All @@ -31,4 +31,4 @@ go.work
.idea/

# ignore file used for test.
alerts-modified.yaml
alerts-modified.yaml
2 changes: 1 addition & 1 deletion charts/dps/templates/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
2 changes: 1 addition & 1 deletion tests/prom/rules-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit cbbbf07

Please sign in to comment.