From 419ec1a97ed1d7d257926c405c82c268f242ec11 Mon Sep 17 00:00:00 2001 From: ss75710541 <75710541@qq.com> Date: Tue, 29 Aug 2023 18:38:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20kong/kong-helm-=E5=AE=89=E8=A3=85.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "kong/kong-helm-\345\256\211\350\243\205.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/kong/kong-helm-\345\256\211\350\243\205.md" "b/kong/kong-helm-\345\256\211\350\243\205.md" index 822d05b..d1bf5fb 100644 --- "a/kong/kong-helm-\345\256\211\350\243\205.md" +++ "b/kong/kong-helm-\345\256\211\350\243\205.md" @@ -44,7 +44,7 @@ 在安装chart之前,必须先安装cert-manager CustomResourceDefinition资源。这是在一个单独的步骤中执行的,允许您轻松卸载和重新安装cert-manager,而不需要删除已安装的自定义资源。 ```sh - wget https://github.com/jetstack/cert-manager/releases/download/v1.11.2/cert-manager.crds.yaml -o cert-manager-v1.11.2.crds.yaml + wget https://github.com/jetstack/cert-manager/releases/download/v1.11.2/cert-manager.crds.yaml -O cert-manager-v1.11.2.crds.yaml ``` 安装