Deleting Installation

ARTIFACTORY: Installation Quick Start Guide - Helm

AuthorFullName__c
Paul Pan
articleNumber
000005199
ft:sourceType
Salesforce
FirstPublishedDate
2022-01-13T19:22:21Z
lastModifiedDate
2024-03-13T08:56:30Z
VersionNumber
14

If you ever need to delete the current release, you can do

helm delete artifactory-ha --namespace artifactory-ha

However, this will not remove any persistent volumes. You need to explicitly remove the pvc if you intend for a fresh start.

kubectl delete pvc -l release=artifactory-ha -n artifactory-ha
kubectl delete pvc -l app.kubernetes.io/instance=artifactory-ha -n artifactory-ha