Remove trailing spaces from zh documents(#16742) (#16794)

This commit is contained in:
Yushiro FURUKAWA
2019-10-15 18:23:51 +09:00
committed by Kubernetes Prow Robot
parent 0268ed0c18
commit b05129acc3
106 changed files with 648 additions and 648 deletions
@@ -56,7 +56,7 @@ content_template: templates/task
```
日志中显示了HOSTNAME 与KUBERNETES_PORT 这两个环境变量的值:
```
command-demo
tcp://10.3.240.1:443
@@ -81,7 +81,7 @@ args: ["$(MESSAGE)"]
[Secrets](/docs/concepts/configuration/secret/).
{{< note >}}
**注意:** 环境变量需要加上括号,类似于`"$(VAR)"`。这是在`command`
**注意:** 环境变量需要加上括号,类似于`"$(VAR)"`。这是在`command`
或 `args`字段使用变量的格式要求。
{{< /note >}}