mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-07 02:15:03 -04:00
* Enable FindString to search dotD config files * Address multiple arg cases Signed-off-by: Derek Nola <derek.nola@suse.com>
11 lines
No EOL
97 B
YAML
11 lines
No EOL
97 B
YAML
foo-bar: baz
|
|
alice: bob
|
|
a-slice:
|
|
- 1
|
|
- "2"
|
|
- ""
|
|
- three
|
|
isempty:
|
|
c: b
|
|
isfalse: false
|
|
islast: true |