mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
updates for new redhat ubi image and also temp fix for INST-550 bug
This commit is contained in:
10
Openshift4/artifactory-ha-operator/unload.sh
Executable file
10
Openshift4/artifactory-ha-operator/unload.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
oc project jfrog-artifactory
|
||||
oc delete deployments --all
|
||||
oc delete statefulsets --all
|
||||
oc delete configmaps --all
|
||||
oc delete deploymentconfigs --all
|
||||
oc delete pods --all
|
||||
oc delete svc --all
|
||||
oc delete networkpolicies --all
|
||||
oc delete pvc --all
|
||||
Reference in New Issue
Block a user