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