Update configmap.md

This commit is contained in:
nrmitchi 2018-02-20 15:41:43 -06:00 committed by GitHub
parent 809aab7c82
commit 62b4a97bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: