Skip to content

Commit f4dcfb3

Browse files
committed
Rename variable
1 parent d6822f1 commit f4dcfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clusterloader2/testing/list/modules/measurements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Valid actions: "start", "gather"
55
{{$action := .action}}
66
{{$ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD := DefaultParam .CL2_ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD_MEASUREMENT true}}
7-
{{$CONTAINER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_CONTAINER_MEMORY_THRESHOLD_MEGABYTES 4000}}
7+
{{$APISERVER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_APISERVER_MEMORY_THRESHOLD_MEGABYTES 4000}}
88

99

1010
steps:
@@ -39,7 +39,7 @@ steps:
3939
container_memory_working_set_bytes{namespace="monitoring", pod=~"kube-apiserver.*"}
4040
/ 1024 / 1024
4141
)[%v:])
42-
threshold: {{$CONTAINER_MEMORY_THRESHOLD_MEGABYTES}}
42+
threshold: {{$APISERVER_MEMORY_THRESHOLD_MEGABYTES}}
4343
requireSamples: false
4444
lowerBound: false
4545
{{end}}

0 commit comments

Comments
 (0)