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