Uninstall Artifactory Helm Installation
- Uninstall Artifactory using the following command. helm uninstall && 90 artifactory sleep && kubectl delete pvc -l app=artifactory
Note
Uninstall is supported only on Helm v3.17+ and higher.
-
Uninstall Artifactory using the following command.
helm uninstall artifactory && sleep 90 && kubectl delete pvc -l app=artifactory -
Delete the storage bucket and SQL database.
gsutil rm -r gs://artifactory gcloud sql instances delete artifactory
Updated 5 days ago
