개요
- helm del --purge
- helm delete --purge
testuser@localhost:~$ helm ls
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
istio 1 Sun Oct 13 19:31:35 2019 DEPLOYED istio-1.3.2 1.3.2 istio-system
istio-init 1 Sun Oct 13 19:26:05 2019 DEPLOYED istio-init-1.3.2 1.3.2 istio-system
testuser@localhost:~$ helm delete --purge istio
release "istio" deleted
testuser@localhost:~$ helm ls
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
istio-init 1 Sun Oct 13 19:26:05 2019 DEPLOYED istio-init-1.3.2 1.3.2 istio-system