[zh-cn]Update secret-pod.yaml

pull/39331/head
suning0 2023-02-07 23:23:24 +08:00
parent 1a8bd52c5a
commit 3237e6a8df
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ spec:
# name 必须与下面的卷名匹配
- name: secret-volume
mountPath: /etc/secret-volume
readOnly: true
# Secret 数据通过一个卷暴露给该 Pod 中的容器
volumes:
- name: secret-volume