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 686875b commit 0e9e08fCopy full SHA for 0e9e08f
deploy/tasks/buildah-oci-ta.yaml
@@ -511,8 +511,8 @@ spec:
511
declare IMAGE
512
513
if [ "$use_domain_proxy" == "true" ]; then
514
- # With expansion
515
- cat >> /app/build-script.sh << EOF
+ # Without expansion
+ cat >> /app/build-script.sh << 'EOF'
516
#!/bin/sh
517
ip link set lo up
518
/app/domain-proxy-client-runner &
0 commit comments