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 {
235
235
kubectl -n $curns delete clusterrolebinding ${curdomain} -cluster-1-traefik --ignore-not-found=true
236
236
237
237
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
239
239
kubectl -n $curns delete serviceaccount ${curdomain} -apache-webtier --ignore-not-found=true
240
240
kubectl -n $curns delete clusterrole ${curdomain} -apache-webtier --ignore-not-found=true
241
241
kubectl -n $curns delete clusterrolebinding ${curdomain} -apache-webtier --ignore-not-found=true
You can’t perform that action at this time.
0 commit comments