Make indentation consistent (#15118)

This commit is contained in:
Taylor D. Edmiston
2019-06-25 21:15:14 -04:00
committed by Kubernetes Prow Robot
parent a23fcb5727
commit a688849341
@@ -7,9 +7,9 @@ spec:
- name: test-container
image: nginx
volumeMounts:
# name must match the volume name below
- name: secret-volume
mountPath: /etc/secret-volume
# 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