mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 14:06:57 -06:00
updates to ha chart v2.0.31, using redhat nginx and redhat ubi artifactory. plan to disable embedded postgresql for certification
This commit is contained in:
@@ -8,3 +8,9 @@ oc delete pods --all
|
||||
oc delete svc --all
|
||||
oc delete networkpolicies --all
|
||||
oc delete pvc --all
|
||||
oc delete PodDisruptionBudget --all
|
||||
for s in $(oc get secrets | grep artifactory | cut -f1 -d ' '); do
|
||||
oc delete secret $s
|
||||
done
|
||||
oc delete serviceaccount artifactoryha-artifactory-ha
|
||||
oc delete role artifactoryha-artifactory-ha
|
||||
|
||||
Reference in New Issue
Block a user