Add delete instructions

This commit is contained in:
Stefan Prodan
2018-03-26 00:32:10 +03:00
parent 736cea1979
commit c8a64b3af7
+6 -1
View File
@@ -114,7 +114,12 @@ should see the request body:
![Ngrok Inspect](screens/ngrok-inspect.png)
Ngrok not only make it very easy to expose Kubernetes services on the internet
Ngrok not only makes it very easy to expose Kubernetes services on the internet
but also gives a powerful tool to inspect the traffic to your applications.
You can tear all down by deleting the Helm releases with:
```bash
helm delete --purge tunnel webhook
```