mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 11:59:37 +00:00
* Handle multiple arguments with StringSlice flags (#7380) * Cleanup server setup with util function Signed-off-by: Derek Nola <derek.nola@suse.com> * Enable FindString to search dotD config files (#7323) * 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 |