mirror of https://github.com/istio/istio.io.git
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:
parent
fd22c1babf
commit
1f7a0ea5a7
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue