Fix custom CA integration doc typo (#12318)

* Fix custom CA integration doc typo

* restore 1.14 and 1.15 release change
This commit is contained in:
Chen Xintong 2022-12-02 00:48:15 +08:00 committed by GitHub
parent fd22c1babf
commit 1f7a0ea5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ Cert-manager has added [experimental Support for Kubernetes `CertificateSigningR
1. Deploy the `proxyconfig-foo.yaml` in the foo namespace to define cert-signer for workloads in the `foo` namespace.
{{< text bash >}}
$ cat <<EOF > ./proxyconfig-bar.yaml
$ cat <<EOF > ./proxyconfig-foo.yaml
apiVersion: networking.istio.io/v1beta1
kind: ProxyConfig
metadata:

View File

@ -210,7 +210,7 @@ Cert-manager 从 1.4 版本开始已增加了[对 Kubernetes `CertificateSigning
1. 在 `foo` 命名空间中部署 `proxyconfig-foo.yaml`,以便在 `foo` 命名空间中为工作负载定义证书签名者。
{{< text bash >}}
$ cat <<EOF > ./proxyconfig-bar.yaml
$ cat <<EOF > ./proxyconfig-foo.yaml
apiVersion: networking.istio.io/v1beta1
kind: ProxyConfig
metadata: