Skip to content

Commit d156db6

Browse files
metlosfbm3307
andauthored
also delete the tier templates as part of the e2e clean. This is by design an external responsibility, so it should be done externally, i.e. in the Makefile (codeready-toolchain#1203)
Co-authored-by: Feny Mehta <fbm3307@gmail.com>
1 parent d3d8bfd commit d156db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/clean.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ clean-users: clean-warning
2929
clean-nstemplatetiers: clean-warning
3030
$(Q)-oc delete nstemplatetier --all --all-namespaces
3131
$(Q)-oc wait --for=delete nstemplatetier --all --all-namespaces
32+
$(Q)-oc delete tiertemplate --all --all-namespaces
33+
$(Q)-oc wait --for=delete tiertemplate --all --all-namespaces
3234

3335
.PHONY: clean-cluster-wide-config
3436
## Delete all cluster-wide configuration resources like PriorityClass, MutatingWebhookConfiguration, and ClusterRoleBinding for e2e SA

0 commit comments

Comments
 (0)