examples/operator-rbac-openshift-tls/3-uninstall.ipynb
## Uninstall
!kubectl delete -f ../../infra/feast-operator/config/samples/v1_featurestore_kubernetes_auth.yaml
!kubectl delete -f ../../infra/feast-operator/dist/install.yaml
!echo "Deleting RoleBindings..."
!kubectl delete rolebinding feast-user-rolebinding -n feast --ignore-not-found
!kubectl delete rolebinding feast-admin-rolebinding -n feast --ignore-not-found
!echo "Deleting ServiceAccounts..."
!kubectl delete serviceaccount feast-user-sa -n feast --ignore-not-found
!kubectl delete serviceaccount feast-admin-sa -n feast --ignore-not-found
!kubectl delete serviceaccount feast-unauthorized-user-sa -n feast --ignore-not-found
!kubectl delete -f client/admin_user_deployment_tls.yaml
!kubectl delete -f client/readonly_user_deployment_tls.yaml
!kubectl delete -f client/unauthorized_user_deployment_tls.yaml
!kubectl delete configmap client-feature-repo-config -n feast
!kubectl get all -n feast
!kubectl delete namespace feast