Skip to content

Commit

Permalink
fix breaking cmctl change -v now requires a level
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed May 4, 2024
1 parent 2894ff1 commit 403e484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/verify-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $helm upgrade \
"$HELM_CHART"

# Wait for the cert-manager api to be available
$cmctl check api --wait=2m -v
$cmctl check api --wait=2m -v=5

echo "+++ Creating some cert-manager resources.."

Expand All @@ -100,7 +100,7 @@ $kubectl wait --for=condition=Ready cert/test1 --timeout=180s
make e2e-setup-certmanager

# Wait for the cert-manager api to be available
$cmctl check api --wait=2m -v
$cmctl check api --wait=2m -v=5

# Test that the existing cert-manager resources can still be retrieved
$kubectl get issuer/selfsigned-issuer cert/test1
Expand Down Expand Up @@ -145,7 +145,7 @@ $kubectl wait \
--namespace "${NAMESPACE}"

# Wait for the cert-manager api to be available
$cmctl check api --wait=2m -v
$cmctl check api --wait=2m -v=5

# Create a cert-manager issuer and cert
$kubectl apply -f "${REPO_ROOT}/test/fixtures/cert-manager-resources.yaml" --selector=test="first"
Expand Down Expand Up @@ -187,7 +187,7 @@ until $rollout_cmd; do
done

# Wait for the cert-manager api to be available
$cmctl check api --wait=2m -v
$cmctl check api --wait=2m -v=5

# Test that the existing cert-manager resources can still be retrieved
$kubectl get issuer/selfsigned-issuer cert/test1
Expand Down

0 comments on commit 403e484

Please sign in to comment.