Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,17 @@ helm uninstall postgresql

Finally, to undeploy and uninstall the {productName}'s operator:

ifndef::ProductRelease[]
[source,sh,options="nowrap"]
----
cd /tmp/wildfly-operator;
make undeploy
----
endif::[]

The above commands completely clean the OpenShift namespace
ifdef::ProductRelease[]
[source,sh,options="nowrap"]
----
oc delete -f eap-operator-sub.yaml
----
endif::[]