File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,11 @@ function orderlyDelete {
226
226
kubectl -n $opns delete deploy weblogic-operator --ignore-not-found
227
227
done
228
228
229
+ kubectl -n $curns delete clusterrolebinding weblogic-operator-operator-rolebinding --ignore-not-found=true
230
+ kubectl -n $curns delete clusterrolebinding weblogic-operator-operator-rolebinding-auth-delegator --ignore-not-found=true
231
+ kubectl -n $curns delete clusterrolebinding weblogic-operator-operator-rolebinding-discovery --ignore-not-found=true
232
+ kubectl -n $curns delete clusterrolebinding weblogic-operator-operator-rolebinding-nonresource --ignore-not-found=true
233
+
229
234
sleep 10
230
235
231
236
echo @@ Deleting various operator artifacts.
You can’t perform that action at this time.
0 commit comments