Skip to content

Commit d76ec89

Browse files
committed
Cleanup cluster role bindings
1 parent 04f083c commit d76ec89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/integration-tests/bash/cleanup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ function orderlyDelete {
226226
kubectl -n $opns delete deploy weblogic-operator --ignore-not-found
227227
done
228228

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+
229234
sleep 10
230235

231236
echo @@ Deleting various operator artifacts.

0 commit comments

Comments
 (0)