diff --git a/test/linkerd/test-canary.sh b/test/linkerd/test-canary.sh index 5abe335c3..2a80cc9b9 100755 --- a/test/linkerd/test-canary.sh +++ b/test/linkerd/test-canary.sh @@ -97,7 +97,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound @@ -258,7 +259,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound diff --git a/test/linkerd/test-steps.sh b/test/linkerd/test-steps.sh index f9a61ebee..5fbb000a9 100755 --- a/test/linkerd/test-steps.sh +++ b/test/linkerd/test-steps.sh @@ -95,7 +95,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound