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>
15 lines
133 B
YAML
15 lines
133 B
YAML
foo-bar: get-overriden
|
|
a-slice:
|
|
- 1
|
|
- "1.5"
|
|
- "2"
|
|
- ""
|
|
- three
|
|
b-string: one
|
|
c-slice:
|
|
- one
|
|
- two
|
|
d-slice:
|
|
- one
|
|
- two
|
|
f-string: beta |