From c8a64b3af7d61f8248aba2656ea788c53c87d668 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 26 Mar 2018 00:32:10 +0300 Subject: [PATCH] Add delete instructions --- docs/6-ngrok.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/6-ngrok.md b/docs/6-ngrok.md index 32463a9..1ae8af0 100644 --- a/docs/6-ngrok.md +++ b/docs/6-ngrok.md @@ -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 +```