Skip to content

Commit

Permalink
Update configmap.md (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmitchi authored and aledbf committed Feb 21, 2018
1 parent 9d0ce7c commit a487480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a487480

Please sign in to comment.