Skip to content

Commit c9cbbb2

Browse files
committed
Add domain proxy prefix to env variables.
1 parent 3f6ad73 commit c9cbbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ spec:
441441
unshare -Ufp --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -- buildah pull $image
442442
done
443443
echo "Build will be executed with network isolation"
444-
if [ "${DOMAIN_PROXY}" == "true" ]; then
444+
if [ "${ENABLE_DOMAIN_PROXY}" == "true" ]; then
445445
use_domain_proxy=true
446446
echo "Build will be executed with domain proxy"
447447
/app/domain-proxy-server &

0 commit comments

Comments
 (0)