Skip to content

Commit eb98d4f

Browse files
authored
Merge pull request #780 from julienvey/patch-1
chore: Fix typo
2 parents b8f44bb + e8db04f commit eb98d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/apps_alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
},
286286
annotations: {
287287
description: 'HPA {{ $labels.namespace }}/{{ $labels.horizontalpodautoscaler }} has not matched the desired number of replicas for longer than 15 minutes.',
288-
summary: 'HPA has not matched descired number of replicas.',
288+
summary: 'HPA has not matched desired number of replicas.',
289289
},
290290
'for': '15m',
291291
alert: 'KubeHpaReplicasMismatch',

0 commit comments

Comments
 (0)