Uninstall Kubeform

To uninstall kubeform installed using helm, use the following command.

$ helm delete kfc

If you want to remove the release from the store and make its name free for later use, Then provide the --purge flag:

$ helm delete kfc --purge