translate doc distribute-credentials-secure into Chinese (#6292)

This commit is contained in:
lichuqiang
2017-11-14 07:02:48 +08:00
committed by Steve Perry
parent df40d54f0b
commit 79f7e12722
4 changed files with 208 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Pod
metadata:
name: secret-test-pod
spec:
containers:
- name: test-container
image: nginx
volumeMounts:
# 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
secret:
secretName: test-secret