[zh-cn]Update secret-pod.yaml
parent
1a8bd52c5a
commit
3237e6a8df
|
@ -10,6 +10,7 @@ spec:
|
|||
# name 必须与下面的卷名匹配
|
||||
- name: secret-volume
|
||||
mountPath: /etc/secret-volume
|
||||
readOnly: true
|
||||
# Secret 数据通过一个卷暴露给该 Pod 中的容器
|
||||
volumes:
|
||||
- name: secret-volume
|
||||
|
|
Loading…
Reference in New Issue