3 Uninstall the Converged Application Server Follow these steps to uninstall Converged Application Server. Remove the pvc from the namespace.kubectl delete pvc <pvc-name> -n sample-domain1-ns Delete the domain resource.kubectl delete domain sample-domain1 -n sample-domain1-ns Verify that the Converged Application Server pods and domains are gone.kubectl get pods -n sample-domain1-ns kubectl get domains -n sample-domain1-ns Delete the cluster resource.kubectl delete cluster sample-domain1-cluster-1 -n sample-domain1-ns Remove the Kubernetes Secrets associated with the domain.kubectl -n sample-domain1-ns delete secret sample-domain1-weblogic-credentials kubectl -n sample-domain1-ns delete secret sample-domain1-runtime-encryption-secret Delete the domain space.kubectl delete namespace sample-domain1-ns Remove the operator.helm uninstall sample-weblogic-operator -n sample-weblogic-operator-ns