mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
289ba8df6a
Previously a bool flag would be rendered as --flag false for `flag: false` which is invalid and results in the opposite of what you'd expect. Signed-off-by: Darren Shepherd <darren@rancher.com>
10 lines
86 B
YAML
10 lines
86 B
YAML
foo-bar: baz
|
|
a-slice:
|
|
- 1
|
|
- "2"
|
|
- ""
|
|
- three
|
|
isempty:
|
|
c: b
|
|
isfalse: false
|
|
islast: true |