Skip to content

Commit e515d42

Browse files
committed
add wait condition for port-for
Signed-off-by: jcullina <[email protected]>
1 parent 291a4b9 commit e515d42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.tekton/rapidast-scan.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ spec:
7171
dnf -y install jq git
7272
export KUBECONFIG=/tmp/cfg
7373
74+
# ENABLE_HTTPS is set to false in service-template for this test
75+
# when the clusters only have self-signed certificates.
76+
# This option should not be used in production.
77+
7478
COMPONENT_NAME=$(echo -n ${SNAPSHOT} | jq -r .components[0].name)
7579
7680
echo "Deploying component ${COMPONENT_NAME}..."
@@ -149,6 +153,10 @@ spec:
149153
exit 1
150154
}
151155
156+
# ENABLE_HTTPS is set to false in service-template for this test
157+
# when the clusters only have self-signed certificates.
158+
# This option should not be used in production.
159+
152160
BASE_URL="http://127.0.0.1:8000"
153161
CONFIG_PATH="/workspace/config.yaml"
154162

0 commit comments

Comments
 (0)