From 630cc830140c33315b99bc631739f8db9cd2a3a2 Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 17 Jun 2016 20:03:39 -0400 Subject: [PATCH] Updated index.md fixed sample which was failing. Updated index.md fixed sample which was failing. --- docs/user-guide/configmap/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md index 17cc9c154b..ccd3b74ebb 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -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