Uninstalling Loft
Delete Helm Release
helm delete -n loft loft
Delete Namespace (optional)
kubectl delete ns loft
Delete CRDs (optional)
kubectl api-resources --api-group='storage.loft.sh' -o name | xargs kubectl delete crd
Data Loss
Deleting the Loft CRDs will also remove all Loft objects inside your cluster, e.g. Cluster
, Team
, and User
. This cannot be undone.