We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c6a9a7 + f9ab297 commit b713869Copy full SHA for b713869
content/zh/docs/concepts/extend-kubernetes/service-catalog.md
@@ -167,11 +167,11 @@ kind: ClusterServiceBroker
167
metadata:
168
name: cloud-broker
169
spec:
170
- # 指向服务代理的末端。(这里的 URL 是无法使用的)
+ # 指向服务代理的末端。(这里的 URL 是无法使用的。)
171
url: https://servicebroker.somecloudprovider.com/v1alpha1/projects/service-catalog/brokers/default
172
#####
173
# 这里可以添加额外的用来与服务代理通信的属性值,
174
- # 例如持有者令牌信息或者 TLS 的 CA 包
+ # 例如持有者令牌信息或者 TLS 的 CA 包。
175
176
```
177
0 commit comments