Skip to content

Commit a87d7b9

Browse files
committed
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
1 parent a18dcf4 commit a87d7b9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ejb-txn-remote-call/README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,10 +1096,17 @@ helm uninstall postgresql
10961096
10971097
Finally, to undeploy and uninstall the {productName}'s operator:
10981098
1099+
ifndef::ProductRelease[]
10991100
[source,sh,options="nowrap"]
11001101
----
11011102
cd /tmp/wildfly-operator;
11021103
make undeploy
11031104
----
1105+
endif::[]
11041106
1105-
The above commands completely clean the OpenShift namespace
1107+
ifdef::ProductRelease[]
1108+
[source,sh,options="nowrap"]
1109+
----
1110+
oc delete -f eap-operator-sub.yaml
1111+
----
1112+
endif::[]

0 commit comments

Comments
 (0)