Uninstalling the chart
To uninstall/delete the my-probe deployment:, use the following
command:
helm delete my-probe --purge --tls
The command removes all the Kubernetes components associated with the chart and deletes the release.
Clean up any prerequisites that were created
As a Cluster Administrator, run the cluster administration cleanup script included under pak_extensions to clean up cluster scoped resources when appropriate.
post-delete/clusterAdministration/deleteSecurityClusterPrereqs.sh
As a Cluster Administrator, run the namespace administration cleanup script included under pak_extensions to clean up namespace scoped resources when appropriate.
post-delete/namespaceAdministration/deleteSecurityNamespacePrereqs.sh