From 778631f3965d13c436225c385165e7998f043d1a Mon Sep 17 00:00:00 2001 From: Rachid Zarouali Date: Wed, 15 Mar 2023 18:14:09 +0100 Subject: [PATCH] typo fix removed the 'add' from the helm uninstall command --- docs/integrations/platforms/kubernetes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/platforms/kubernetes.mdx b/docs/integrations/platforms/kubernetes.mdx index 069fe1ed4..959a4fce2 100644 --- a/docs/integrations/platforms/kubernetes.mdx +++ b/docs/integrations/platforms/kubernetes.mdx @@ -362,7 +362,7 @@ The managed secret created by the operator will not be deleted when the operator Install Infisical Helm repository ```bash - helm uninstall add + helm uninstall ```