From a22eb545ffff79fee2c058ee1a45bce22c2e21a4 Mon Sep 17 00:00:00 2001 From: tikbrightly <101297725+tikbrightly@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:38:16 +1000 Subject: [PATCH] Update config_management_2.0.md Typo fix. --- docs/usage/config_management_2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/config_management_2.0.md b/docs/usage/config_management_2.0.md index 1c00bd108..5cbb109ab 100644 --- a/docs/usage/config_management_2.0.md +++ b/docs/usage/config_management_2.0.md @@ -2,7 +2,7 @@ See the [upstream documentation](https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/#configure-plugin-via-sidecar) for more information. -Plugin sidecare containers can be added to the repo server using the `ArgoCD` custom resource. +Plugin sidecar containers can be added to the repo server using the `ArgoCD` custom resource. If you want to specify the ConfigManagementPlugin manifest by specifying a config map, the config map should be specified separately. @@ -57,4 +57,4 @@ spec: - configMap: name: cmp-plugin name: cmp-plugin -``` \ No newline at end of file +```