Merge "[ingress] Support nginx-ingress-controller 0.30.0"

This commit is contained in:
Zuul 2020-05-18 22:28:32 +00:00 committed by Gerrit Code Review
commit ee57e65bf0

View File

@ -18,7 +18,7 @@ set -ex
COMMAND="${@:-start}"
function start () {
find /tmp/ -maxdepth 1 -writable | grep -v "^/tmp/$" | xargs -L1 -r rm -rfv
find /tmp -maxdepth 1 \! -path /tmp -perm /222 -exec rm -rfv {} \;
declare -A desired_opts
desired_opts["--stream-port"]="${PORT_STREAM}"