Uninstalling Connectware (Kubernetes)
Uninstall Connectware from a Kubernetes cluster using Helm.
Prerequisites
Uninstalling Connectware
helm uninstall -n ${NAMESPACE} ${INSTALLATION_NAME}Cleaning up Leftover Resources
kubectl -n ${NAMESPACE} get all,cm,secret,pvckubectl -n ${NAMESPACE} delete <resource-1> <resource-2> <resource-n>Last updated
Was this helpful?

