Please let me know way to delete appian site created namespace. Is thr any way to terminating state as :
root@ip-172-31-33-110:~# kubectl get namespaceNAME STATUS AGEappian-operator Active 14dappiandemo Terminating 9dcalico-apiserver Active 14dcalico-system Active 14dcert-manager Active 14ddefault Active 14dingress-nginx Active 13hkube-node-lease Active 14dkube-public Active 14dkube-system Active 14dtigera-operator Active 14d
Discussion posts and replies are publicly visible
You can use the below command to terminate the name space
kubectl delete -n my-site-namespace appiandemo