We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a74f4e8 + 6be9c97 commit e0f77adCopy full SHA for e0f77ad
test/bats/e2e-provider.bats
@@ -411,10 +411,8 @@ export VALIDATE_TOKENS_AUDIENCE=$(get_token_requests_audience)
411
result=$(kubectl get secret -n rotation rotationsecret -o jsonpath="{.data.username}" | base64 -d)
412
[[ "${result//$'\r'}" == "rotated" ]]
413
414
- # reset rotation response in mock server for inplace upgrade test
415
- if [[ "${INPLACE_UPGRADE_TEST}" == "true" ]]; then
416
- run kubectl exec ${curl_pod_name} -n rotation -- curl http://${pod_ip}:8080/rotation?rotated=false
417
- fi
+ # reset rotation response in mock server for all upgrade tests
+ run kubectl exec ${curl_pod_name} -n rotation -- curl http://${pod_ip}:8080/rotation?rotated=false
418
}
419
420
@test "Validate metrics" {
0 commit comments