mirror of https://github.com/knative/docs.git
Tiny Guard script fix (#5401)
if the script is sourced with PEM in env already set... the script will fail without this fix
This commit is contained in:
parent
486ff9c6f4
commit
c7dca057af
|
@ -178,6 +178,7 @@ It is recommended to secure the communication between queue-proxy with the `guar
|
|||
EOF
|
||||
|
||||
echo "Waiting for secret to be created (CTRL-C to exit)"
|
||||
PEM=""
|
||||
while [[ -z $PEM ]]
|
||||
do
|
||||
echo -n "."
|
||||
|
|
Loading…
Reference in New Issue