Skip to content

Commit a3cc353

Browse files
authored
remove redundant string
Current prepend attribute will lead the string "ConfigMap 是 " repeated. The original description is: “ConfigMap 是 configMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。” So I think we'd better remove the redandunt string block
1 parent 2dfc94e commit a3cc353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 20
66

77
<!-- overview -->
88

9-
{{< glossary_definition term_id="configmap" prepend="" length="all" >}}
9+
{{< glossary_definition term_id="configmap" length="all" >}}
1010

1111
{{< caution >}}
1212
<!--

0 commit comments

Comments
 (0)