Update configmap.md (#2124)
This commit is contained in:
parent
9d0ce7c960
commit
a4874806f2
1 changed files with 2 additions and 0 deletions
|
@ -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".
|
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".
|
Same for numbers, like "100".
|
||||||
|
|
||||||
|
"Slice" types (defined below as `[]string` or `[]int` can be provided as a comma-delimited string.
|
||||||
|
|
||||||
## Configuration options
|
## Configuration options
|
||||||
|
|
||||||
The following table shows a configuration option's name, type, and the default value:
|
The following table shows a configuration option's name, type, and the default value:
|
||||||
|
|
Loading…
Reference in a new issue