From 39c63371bfe21e1cda9ffc33cc6b9c96c5b441d0 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 6 Mar 2019 01:16:19 -0800 Subject: [PATCH] Update link to config management plugins in custom_tools.md (#1228) --- docs/custom_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_tools.md b/docs/custom_tools.md index 393ceb8434..755ea9ff3c 100644 --- a/docs/custom_tools.md +++ b/docs/custom_tools.md @@ -7,7 +7,7 @@ other than what Argo CD bundles. Some reasons to do this might be: * To upgrade/downgrade to a specific version of a tool due to bugs or bug fixes. * To install additional dependencies which to be used by kustomize's configmap/secret generators (e.g. curl, vault, gpg, AWS CLI) -* In the future, to install a [custom templating tool](https://github.com/argoproj/argo-cd/issues/701) +* To install a [config management plugin](application_sources.md#config-management-plugins) As the Argo CD repo-server is the single service responsible for generating Kubernetes manifests, it can be customized to use alternative toolchain required by your environment.