Uninstalling the chart

To uninstall the chart, use the following command:

$ helm delete my-probe --purge --tls

Where: my-probe is the release name for the chart.

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. The following example command runs the script on a namespace called my-probe-namespace:

post-delete/clusterAdministration/deleteSecurityClusterPrereqs.sh my-probe-namespace

As a Cluster Administrator, run the namespace administration cleanup script included under pak_extensions to clean up namespace scoped resources when appropriate. The following example command runs the script on a namespace called my-probe-namespace:

post-delete/namespaceAdministration/deleteSecurityNamespacePrereqs.sh my-probe-namespace