Updated index.md fixed sample which was failing.

Updated index.md fixed sample which was failing.
This commit is contained in:
Naveen
2016-06-17 20:03:39 -04:00
committed by GitHub
parent 5c705cb021
commit 630cc83014
+1 -1
View File
@@ -362,7 +362,7 @@ spec:
containers:
- name: test-container
image: gcr.io/google_containers/busybox
command: [ "/bin/sh", "cat", "/etc/config/special.how" ]
command: ["cat", "/etc/config/special.how" ]
volumeMounts:
- name: config-volume
mountPath: /etc/config