From 142f6c2ef4fe348a4e73637b62b9a92233cfc6d3 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 17 May 2022 08:13:52 +0300 Subject: [PATCH] Add how to stop k8s deployment --- etc/k8s/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/k8s/README.md b/etc/k8s/README.md index a1b57ca..f46c1c0 100644 --- a/etc/k8s/README.md +++ b/etc/k8s/README.md @@ -23,3 +23,6 @@ * *You may wait ~30 seconds on first run for preparing the database*. * Browse https://eh-st-www and https://eh-st-admin * Username: `admin`, password: `1q2w3E*`. + +### How to stop? +* Run `helm uninstall eh-st` command. \ No newline at end of file