From f4dde4f8a37e9853a20cd7722a5a11efb0f42732 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Wed, 3 Aug 2022 00:07:48 +0800 Subject: [PATCH] docs: improve Installation.md Signed-off-by: xin.li --- docs/operator-manual/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/installation.md b/docs/operator-manual/installation.md index 3af962adc7060..9255d138a17cb 100644 --- a/docs/operator-manual/installation.md +++ b/docs/operator-manual/installation.md @@ -32,7 +32,7 @@ Not recommended for production use. This type of installation is typically used > Note: Argo CD CRDs are not included into [namespace-install.yaml](https://github.com/argoproj/argo-cd/blob/master/manifests/namespace-install.yaml). > and have to be installed separately. The CRD manifests are located in the [manifests/crds](https://github.com/argoproj/argo-cd/blob/master/manifests/crds) directory. > Use the following command to install them: - > ```bash + > ``` > kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=stable > ```