sync en zh yaml (#19781)

This commit is contained in:
chentanjun
2020-03-23 11:34:45 +08:00
committed by GitHub
parent 09fc6f9e03
commit 5db5d26326
25 changed files with 46 additions and 42 deletions
@@ -7,9 +7,9 @@ spec:
- name: test-container
image: nginx
volumeMounts:
# name must match the volume name below
- name: secret-volume
mountPath: /etc/secret-volume
# name must match the volume name below
- name: secret-volume
mountPath: /etc/secret-volume
# The secret data is exposed to Containers in the Pod through a Volume.
volumes:
- name: secret-volume