[zh] Update configure pod configmap

This PR resyncs the configure-pod-configmap page, and translates the comments in the reference example YAML files.
This commit is contained in:
Qiming Teng
2022-03-13 13:45:28 +08:00
parent 1159c42559
commit 2d0d647d0b
3 changed files with 115 additions and 80 deletions
@@ -13,7 +13,6 @@ spec:
volumes:
- name: config-volume
configMap:
# Provide the name of the ConfigMap containing the files you want
# to add to the container
# 提供包含要添加到容器中的文件的 ConfigMap 的名称
name: special-config
restartPolicy: Never