From 0486082622040d94b8dd27b51356f980f2e6ed51 Mon Sep 17 00:00:00 2001 From: sallydeng Date: Fri, 17 Feb 2017 08:30:45 +0800 Subject: [PATCH] Modified sentence base on comment Base on comment, added the markdown formatting so that "NOTE:" is in bold and "optional:true" is in the code style --- 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 49399cde0e..ae5880c162 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -605,4 +605,4 @@ created using kubectl, or indirectly via a replication controller. It does not via the Kubelet's `--manifest-url` flag, its `--config` flag, or its REST API (these are not common ways to create pods.) -NOTE: The key-value optional:true is supported for Kubernetes 1.6 and above. +**NOTE:** The key-value `optional:true` is supported for Kubernetes 1.6 and above.