Skip to content

Commit

Permalink
fix(build): remove extra parenthsis
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Lang <[email protected]>
  • Loading branch information
skl committed Dec 10, 2024
1 parent 7e839b2 commit 21c0b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/kube_apiserver.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ local utils = import '../lib/utils.libsonnet';
},
annotations: {
description: 'Kubernetes aggregated API {{ $labels.instance }}/{{ $labels.name }} has reported {{ $labels.reason }} errors%s.' % [
(utils.ifShowMultiCluster($._config, ' on cluster {{ $labels.%(clusterLabel)s }}' % $._config),
utils.ifShowMultiCluster($._config, ' on cluster {{ $labels.%(clusterLabel)s }}' % $._config),
],
summary: 'Kubernetes aggregated API has reported errors.',
},
Expand Down

0 comments on commit 21c0b87

Please sign in to comment.