File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function orderlyDelete {
235235 kubectl -n $curns delete clusterrolebinding ${curdomain} -cluster-1-traefik --ignore-not-found=true
236236
237237 kubectl -n $curns delete deploy ${curdomain} -apache-webtier --ignore-not-found=true
238- kubectl -n $curns delete service ${curdomain} -external- apache-webtier-service --ignore-not-found=true
238+ kubectl -n $curns delete service ${curdomain} -apache-webtier --ignore-not-found=true
239239 kubectl -n $curns delete serviceaccount ${curdomain} -apache-webtier --ignore-not-found=true
240240 kubectl -n $curns delete clusterrole ${curdomain} -apache-webtier --ignore-not-found=true
241241 kubectl -n $curns delete clusterrolebinding ${curdomain} -apache-webtier --ignore-not-found=true
You can’t perform that action at this time.
0 commit comments