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