From 482b75b3244395443ddc93f2443f73f2df0acb53 Mon Sep 17 00:00:00 2001 From: Andre Marcelo-Tanner Date: Wed, 29 Nov 2023 00:01:08 -0500 Subject: [PATCH] fix typo Signed-off-by: Andre Marcelo-Tanner --- charts/argo-cd/README.md | 2 +- charts/argo-cd/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 4a038faf..40bb2c78 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -121,7 +121,7 @@ This version adds support for Config Management Plugins using the sidecar model Users will need to migrate from the previous `argocd-cm` ConfigMap method to using the sidecar method before Argo CD v2.8. See the [Argo CD CMP migration guide](https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#migrating-from-argocd-cm-plugins) for more specifics. To migrate your plugins, you can now set the `configs.cmp.create` to `true` and move your plugin from `configs.cm` to `configs.cmp.plugins`. -You will also need to configure the sidecar containers under `repoServer.extraContainers` and mount ensure you are mounting any custom volumes you need from `repoServer.volumes` into here also. +You will also need to configure the sidecar containers under `repoServer.extraContainers` and ensure you are mounting any custom volumes you need from `repoServer.volumes` into here also. ### 5.24.0 diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index af0cf7f4..8b616ae0 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -121,7 +121,7 @@ This version adds support for Config Management Plugins using the sidecar model Users will need to migrate from the previous `argocd-cm` ConfigMap method to using the sidecar method before Argo CD v2.8. See the [Argo CD CMP migration guide](https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#migrating-from-argocd-cm-plugins) for more specifics. To migrate your plugins, you can now set the `configs.cmp.create` to `true` and move your plugin from `configs.cm` to `configs.cmp.plugins`. -You will also need to configure the sidecar containers under `repoServer.extraContainers` and mount ensure you are mounting any custom volumes you need from `repoServer.volumes` into here also. +You will also need to configure the sidecar containers under `repoServer.extraContainers` and ensure you are mounting any custom volumes you need from `repoServer.volumes` into here also. ### 5.24.0