Skip to content

Commit 21c0b87

Browse files
committed
fix(build): remove extra parenthsis
Signed-off-by: Stephen Lang <[email protected]>
1 parent 7e839b2 commit 21c0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/kube_apiserver.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local utils = import '../lib/utils.libsonnet';
9696
},
9797
annotations: {
9898
description: 'Kubernetes aggregated API {{ $labels.instance }}/{{ $labels.name }} has reported {{ $labels.reason }} errors%s.' % [
99-
(utils.ifShowMultiCluster($._config, ' on cluster {{ $labels.%(clusterLabel)s }}' % $._config),
99+
utils.ifShowMultiCluster($._config, ' on cluster {{ $labels.%(clusterLabel)s }}' % $._config),
100100
],
101101
summary: 'Kubernetes aggregated API has reported errors.',
102102
},

0 commit comments

Comments
 (0)