We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18dcf4 commit a87d7b9Copy full SHA for a87d7b9
1 file changed
ejb-txn-remote-call/README.adoc
@@ -1096,10 +1096,17 @@ helm uninstall postgresql
1096
1097
Finally, to undeploy and uninstall the {productName}'s operator:
1098
1099
+ifndef::ProductRelease[]
1100
[source,sh,options="nowrap"]
1101
----
1102
cd /tmp/wildfly-operator;
1103
make undeploy
1104
1105
+endif::[]
1106
-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
0 commit comments