Skip to content

Commit

Permalink
test/e2e: debug https kbs
Browse files Browse the repository at this point in the history
  • Loading branch information
chathuryaadapa committed Feb 10, 2025
1 parent b211587 commit 8d7a033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/test/utils/checkout_kbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ pushd kbs/config/kubernetes/base/
# Trustee only updates their staging image reliably with sha tags,
# so switch to use that and convert the version to the sha
kustomize edit set image kbs-container-image=ghcr.io/confidential-containers/staged-images/kbs:"${KBS_SHA}"
popd
# For debugging
echo "Trustee deployment: $(cat kustomization.yaml). Images: $(grep -A 5 images: kustomization.yaml)"
popd
rm -rf "${TEST_DIR}/trustee"
git clone "${KBS_REPO}" "${TEST_DIR}/trustee"
pushd "${TEST_DIR}/trustee"ß

0 comments on commit 8d7a033

Please sign in to comment.