We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291a4b9 commit e515d42Copy full SHA for e515d42
.tekton/rapidast-scan.yaml
@@ -71,6 +71,10 @@ spec:
71
dnf -y install jq git
72
export KUBECONFIG=/tmp/cfg
73
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
+
78
COMPONENT_NAME=$(echo -n ${SNAPSHOT} | jq -r .components[0].name)
79
80
echo "Deploying component ${COMPONENT_NAME}..."
@@ -149,6 +153,10 @@ spec:
149
153
exit 1
150
154
}
151
155
156
157
158
159
152
160
BASE_URL="http://127.0.0.1:8000"
161
CONFIG_PATH="/workspace/config.yaml"
162
0 commit comments