Merge "[ingress] Support nginx-ingress-controller 0.30.0"
This commit is contained in:
commit
ee57e65bf0
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user