Skip to content

Commit 78c7ae1

Browse files
authored
chore: remove BannedUsers during cleanup (#1110)
nice to have when testing the Workload Analyzer ;) Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
1 parent 21e81c0 commit 78c7ae1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make/clean.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ clean:
88

99
.PHONY: clean-users
1010
## Delete usersignups in the OpenShift cluster. The deleted resources are:
11-
## * all usersignups including user namespaces
11+
## * all usersignups including user namespaces and banned users
1212
clean-users:
1313
$(Q)-oc delete usersignups --all --all-namespaces
14+
$(Q)-oc delete bannedusers --all --all-namespaces
1415
$(Q)-oc delete spacerequests --all --all-namespaces
1516
$(Q)-oc delete spaces --all --all-namespaces
1617
$(Q)-oc wait --for=delete namespaces -l toolchain.dev.openshift.com/type

0 commit comments

Comments
 (0)