We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5ac65 commit ceb33fcCopy full SHA for ceb33fc
1 file changed
run/helloworld/test/e2e_test_setup.yaml
@@ -25,6 +25,7 @@ steps:
25
./test/retry.sh "gcloud run deploy ${_SERVICE} \
26
--image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
27
--no-allow-unauthenticated \
28
+ --ingress internal \
29
--region ${_REGION} \
30
--platform ${_PLATFORM} \
31
--set-env-vars NAME=${_NAME} \
0 commit comments