Update README.md

fix "namespace" spelling

Signed-off-by: nimmen <nimmen@gmail.com>
This commit is contained in:
nimmen 2024-06-10 15:51:33 +03:00 committed by GitHub
parent 8b02b6d9b8
commit 045818d500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -290,7 +290,7 @@ Upstream steps in the [FAQ] are not enough, since we chose a different approach.
Steps to roteate the secret when using the helm chart (bold step is additional to upstream):
* Delete `argocd-redis` secret in the namespace where Argo CD is installed.
```bash
kubectl delete secret argocd-redis -n <argocd namesapce>
kubectl delete secret argocd-redis -n <argocd namespace>
```
* **Perform a helm upgrade**
```bash