Skip to content

Commit ae31761

Browse files
authored
Merge pull request #39950 from windsonsea/kustom
[zh] sync kustomization.md
2 parents 1548da1 + 7a44d02 commit ae31761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/tasks/manage-kubernetes-objects/kustomization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ metadata:
172172
name: example-configmap-1-42cfbf598f
173173
```
174174

175+
{{< note >}}
175176
<!--
176-
Each variable in the `.env` file becomes a separate key in the ConfigMap that you generate. This is different from the previous example which embeds a file named `.properties` (and all its entries) as the value for a single key.
177+
Each variable in the `.env` file becomes a separate key in the ConfigMap that you generate. This is different from the previous example which embeds a file named `application.properties` (and all its entries) as the value for a single key.
177178
-->
178-
{{< note >}}
179-
`.env` 文件中的每个变量在生成的 ConfigMap 中成为一个单独的键。
180-
这与之前的示例不同,前一个示例将一个名为 `.properties` 的文件(及其所有条目)嵌入到同一个键的值中。
179+
`.env` 文件中的每个变量在生成的 ConfigMap 中成为一个单独的键。这与之前的示例不同,
180+
前一个示例将一个名为 `application.properties` 的文件(及其所有条目)嵌入到同一个键的值中。
181181
{{< /note >}}
182182

183183
<!--

0 commit comments

Comments
 (0)