Make indentation consistent (#15118)

pull/15129/head
Taylor D. Edmiston 2019-06-25 21:15:14 -04:00 committed by Kubernetes Prow Robot
parent a23fcb5727
commit a688849341
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ spec:
- name: test-container - name: test-container
image: nginx image: nginx
volumeMounts: volumeMounts:
# name must match the volume name below # name must match the volume name below
- name: secret-volume - name: secret-volume
mountPath: /etc/secret-volume mountPath: /etc/secret-volume
# The secret data is exposed to Containers in the Pod through a Volume. # The secret data is exposed to Containers in the Pod through a Volume.
volumes: volumes:
- name: secret-volume - name: secret-volume