Uninstalling Activities Plus
If necessary, you can remove the Activities Plus app from your Connections deployment.
Procedure
-
On your Kubernetes master node, run the following command to determine what services are
currently installed:
helm list
-
To uninstall Activities Plus, run the following command:
helm delete <release_name> --purge
where <release_name> is kudos-boards-cp
For example, to delete Activities Plus:helm delete kudos-boards-cp --purge