[zh-cn] resync pods/YAMLs

This commit is contained in:
Michael
2022-06-26 10:19:23 +08:00
parent 4135f1ec3e
commit 3c42f643d4
5 changed files with 12 additions and 12 deletions
@@ -7,10 +7,10 @@ spec:
- name: test-container
image: nginx
volumeMounts:
# name must match the volume name below
# name 必须与下面的卷名匹配
- name: secret-volume
mountPath: /etc/secret-volume
# The secret data is exposed to Containers in the Pod through a Volume.
# Secret 数据通过一个卷暴露给该 Pod 中的容器
volumes:
- name: secret-volume
secret: