summaryrefslogtreecommitdiffstats
path: root/wiki/openshift/mysql-undeploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/openshift/mysql-undeploy.sh')
-rwxr-xr-xwiki/openshift/mysql-undeploy.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki/openshift/mysql-undeploy.sh b/wiki/openshift/mysql-undeploy.sh
new file mode 100755
index 0000000..9c04e6c
--- /dev/null
+++ b/wiki/openshift/mysql-undeploy.sh
@@ -0,0 +1,6 @@
+#/bin/sh +x
+
+NAME=mysql
+
+oc delete svc/$NAME
+oc delete dc/$NAME