Translate tasks/inject-data-application/environment-variable-expose-pod-information in Korean

This commit is contained in:
bang9211
2021-09-02 04:45:50 +09:00
parent 0e5cbec4c4
commit bb870812fe
9 changed files with 564 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