chore(argo-cd): Fix typo on README (#3153)
fix typo in argocd chart readme Signed-off-by: Ganzidaeyong <iwin1203@naver.com>
This commit is contained in:
parent
55d2330df6
commit
ffacdd45f9
3 changed files with 5 additions and 5 deletions
|
|
@ -312,7 +312,7 @@ This version introduces authentication for Redis to mitigate GHSA-9766-5277-j5hr
|
|||
Upstream steps in the [FAQ] are not enough, since we chose a different approach.
|
||||
(We use a Kubernetes Job with [Chart Hooks] to create the auth secret `argocd-redis`.)
|
||||
|
||||
Steps to roteate the secret when using the helm chart (bold step is additional to upstream):
|
||||
Steps to rotate 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 namespace>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue