From 045818d5007243e3a1e88ac232171bd0b8379bf6 Mon Sep 17 00:00:00 2001 From: nimmen Date: Mon, 10 Jun 2024 15:51:33 +0300 Subject: [PATCH] Update README.md fix "namespace" spelling Signed-off-by: nimmen --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 833fbe15..13bf51e1 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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 + kubectl delete secret argocd-redis -n ``` * **Perform a helm upgrade** ```bash