Merge pull request #26773 from wwgfhf/master-service-catalog

Update zh translation in  service-catalog.md
This commit is contained in:
Kubernetes Prow Robot 2021-03-04 04:54:08 -08:00 committed by GitHub
commit b71386970a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,11 +167,11 @@ kind: ClusterServiceBroker
metadata:
name: cloud-broker
spec:
# 指向服务代理的末端。(这里的 URL 是无法使用的)
# 指向服务代理的末端。(这里的 URL 是无法使用的)
url: https://servicebroker.somecloudprovider.com/v1alpha1/projects/service-catalog/brokers/default
#####
# 这里可以添加额外的用来与服务代理通信的属性值,
# 例如持有者令牌信息或者 TLS 的 CA 包
# 例如持有者令牌信息或者 TLS 的 CA 包
#####
```