From 0c276ca48fb0610a2516ab4a4776ceab53987c31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 4 Oct 2021 14:19:23 +0200
Subject: [PATCH] Fix documentation for Helm 3

---
 helm/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/README.md b/helm/README.md
index c545804aa..40651d605 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -47,7 +47,7 @@ helm install theodolite . -f preconfigs/one-broker-values.yaml
 To uninstall/delete the `theodolite` deployment:
 
 ```sh
-helm delete theodolite
+helm uninstall theodolite
 ```
 
 This command does not remove the CRDs which are created by this chart. Remove them manually with:
-- 
GitLab