Update README.md
fix "namespace" spelling Signed-off-by: nimmen <nimmen@gmail.com>
This commit is contained in:
parent
8b02b6d9b8
commit
045818d500
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
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.
|
* Delete `argocd-redis` secret in the namespace where Argo CD is installed.
|
||||||
```bash
|
```bash
|
||||||
kubectl delete secret argocd-redis -n <argocd namesapce>
|
kubectl delete secret argocd-redis -n <argocd namespace>
|
||||||
```
|
```
|
||||||
* **Perform a helm upgrade**
|
* **Perform a helm upgrade**
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue