Uninstalling IDHub
Uninstall IDHub Instance
Run the following command on your K8 cluster, to uninstall the IDHub instance.
helm uninstall idhub -n <IDHUB_INSTANCE>
info
<IDHUB_INSTANCE>: Namespace of IDHub.
Uninstall Data Store
Run the following command on your K8 cluster, to uninstall the data stores.
Kubectl delete <DATASTORE_NAMESPACE_PREFIX>-<datastore>
info
<DATASTORE_NAMESPACE_PREFIX>is the prefix that you have used to install the data stores.<datastore>areelk,kafka,minio,mongoandpostgresfor which you will have to run the above command separately for each one of them.