We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba9f74 commit 0b573f5Copy full SHA for 0b573f5
1 file changed
e2e-tests/cert-management-policy/run
@@ -50,8 +50,8 @@ test_user_provided_only() {
50
fi
51
echo "PASS: TLSSecretMissing condition is set"
52
53
- desc 'verify pods are still running (no restart)'
54
- wait_for_running $cluster-rs0 3
+ desc 'verify pods are still running (no restart, skip cluster readiness check)'
+ wait_for_running $cluster-rs0 3 false
55
56
desc 'restore SSL secrets'
57
kubectl_bin apply -f "$tmp_dir/ssl_backup.yaml"
0 commit comments