Live Workshop: Integrate Google SecOps with Bindplane - Join Us on January 29th at 11 AM ET!Sign Up Now

Uninstall Bindplane Server

Helm

When Bindplane is managed by Helm, it can be uninstalled with the helm uninstall command.

This example assumes that Bindplane was deployed with Helm using the application name "bindplane".

text
1helm -n bindplane uninstall bindplane

Manually

Bindplane can be cleaned up manually by deleting the namespace it was deployed to.

bash
1kubectl delete namespace bindplane