[zh] update Sync concepts pages for secret and ingress

* sync with english version in secret.md and ingress.md
This commit is contained in:
ydFu
2021-01-26 09:12:56 +08:00
parent b74478c86d
commit c669471823
2 changed files with 3 additions and 3 deletions
@@ -494,7 +494,7 @@ SSH 私钥自身无法建立 SSH 客户端与服务器端之间的可信连接
<!--
### TLS secrets
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for to storing
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for storing
a certificate and its associated key that are typically used for TLS . This
data is primarily used with TLS termination of the Ingress resource, but may
be used with other resources or directly by a workload.