typo
This commit is contained in:
parent
e15d776f5d
commit
67e54d68aa
|
@ -4,7 +4,7 @@ id: configmap
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/
|
full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/
|
||||||
short_description: >
|
short_description: >
|
||||||
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
|
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
|
||||||
|
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
|
@ -33,7 +33,7 @@ environment variables, command-line arguments, or as configuration files in a
|
||||||
{{< glossary_tooltip text="volume" term_id="volume" >}}.
|
{{< glossary_tooltip text="volume" term_id="volume" >}}.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时, {{< glossary_tooltip text="Pods" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
|
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时, {{< glossary_tooltip text="Pods" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue