mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Update link to config management plugins in custom_tools.md (#1228)
This commit is contained in:
parent
80b0e1138c
commit
39c63371bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue