Skip to content

Commit

Permalink
fix tests again..
Browse files Browse the repository at this point in the history
  • Loading branch information
vishiy committed Aug 26, 2024
1 parent 14a8add commit 44e5f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixins/kubernetes/alerts/resource_alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
> %(namespaceOvercommitFactor)s
||| % $._config,
annotations+: {
description: 'Cluster {{ $labels.%(clusterLabel)s }} has overcommitted CPU resource requests for Namespaces.' % $._config,
description: 'Cluster {{ $labels.%(clusterLabel)s }} has overcommitted CPU resource requests for Namespaces.' % $._config,
},
} else
{
Expand Down Expand Up @@ -131,7 +131,7 @@
> %(namespaceOvercommitFactor)s
||| % $._config,
annotations+: {
description: 'Cluster {{ $labels.%(clusterLabel)s }} has overcommitted memory resource requests for Namespaces.' % $._config,
description: 'Cluster {{ $labels.%(clusterLabel)s }} has overcommitted memory resource requests for Namespaces.' % $._config,
},
} else
{
Expand Down

0 comments on commit 44e5f0a

Please sign in to comment.