Skip to content

Commit e9ea07c

Browse files
committed
[WFLY-20371] Fix ejb-txn-remote-call operator uninstall instructions
1 parent 3581a9b commit e9ea07c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/scripts/kubernetes/qs-overrides/ejb-txn-remote-call/overridable-functions.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ function cleanPrerequisites()
106106
cd /tmp/wildfly-operator || return
107107

108108
make undeploy
109-
# Undeploy already removes the CRDs
110-
# make uninstall
111-
109+
112110
cd ..
113111
rm -rf wildfly-operator
114112

ejb-txn-remote-call/README-source.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,7 @@ Finally, to undeploy and uninstall the {productName}'s operator:
918918
[source,sh,options="nowrap"]
919919
----
920920
cd /tmp/wildfly-operator;
921-
make undeploy;
922-
make uninstall
921+
make undeploy
923922
----
924923

925924
The above commands completely clean the OpenShift namespace

0 commit comments

Comments
 (0)