removed the 'add' from the helm uninstall command
This commit is contained in:
Rachid Zarouali
2023-03-15 18:14:09 +01:00
committed by GitHub
parent dabc7e3eb1
commit 778631f396

View File

@@ -362,7 +362,7 @@ The managed secret created by the operator will not be deleted when the operator
<Tab title="Helm">
Install Infisical Helm repository
```bash
helm uninstall add <release name>
helm uninstall <release name>
```
</Tab>
<Tab title="Kubectl">