Skip to content

Commit 67765f2

Browse files
committed
make check-gitpod-instalaltion work with self-signed
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 70c3fe0 commit 67765f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/tests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ check-kots-app:
346346

347347
check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
348348
@echo "Curling https://${TF_VAR_TEST_ID}.${DOMAIN}/api/version"
349+
ifndef self_signed
350+
export SSL_CERT_FILE=./ca.pem && \
351+
endif
349352
curl -i -X GET https://${TF_VAR_TEST_ID}.${DOMAIN}/api/version || { echo "Curling Gitpod endpoint failed"; exit 1; }
350353

351354
define runtests

0 commit comments

Comments
 (0)