From 262c26f58c6015382f2d80e25d7492147978b879 Mon Sep 17 00:00:00 2001 From: nrmitchi Date: Wed, 21 Feb 2018 13:09:32 -0600 Subject: [PATCH] Update configmap.md (#2124) --- docs/user-guide/configmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index 6e8456907..72cde8424 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -19,6 +19,8 @@ The key and values in a ConfigMap can only be strings. This means that we want a value with boolean values we need to quote the values, like "true" or "false". Same for numbers, like "100". +"Slice" types (defined below as `[]string` or `[]int` can be provided as a comma-delimited string. + ## Configuration options The following table shows a configuration option's name, type, and the default value: