Make indentation consistent (#15118)
parent
a23fcb5727
commit
a688849341
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue