From a6888493412ac7fa1b5326a63244c21f20ca36b6 Mon Sep 17 00:00:00 2001 From: "Taylor D. Edmiston" Date: Tue, 25 Jun 2019 21:15:14 -0400 Subject: [PATCH] Make indentation consistent (#15118) --- content/en/examples/pods/inject/secret-pod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/examples/pods/inject/secret-pod.yaml b/content/en/examples/pods/inject/secret-pod.yaml index 78633c477c..8be694cdde 100644 --- a/content/en/examples/pods/inject/secret-pod.yaml +++ b/content/en/examples/pods/inject/secret-pod.yaml @@ -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