This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
k3s
Watch
1
Star
0
Fork
0
You've already forked k3s
mirror of
https://github.com/k3s-io/k3s.git
synced
2024-06-07 19:41:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
67651aee58
k3s
/
pkg
/
configfilearg
/
testdata
/
data.yaml.d
/
02-data.yaml
10 lines
95 B
YAML
Raw
Normal View
History
Unescape
Escape
Add ability to append to slice during config file merge If key ends in "+" the value of the key is appended to previous values found. If values are string instead of a slice they are automatically converted to a slice of one string. Signed-off-by: Darren Shepherd <darren@rancher.com>
2021-04-25 05:52:02 +00:00
foo-bar
:
bar-foo
b-string+
:
two
c-slice+
:
-
three
d-slice
:
-
three
-
four
e-slice+
:
-
one
-
two
Reference in New Issue
Copy Permalink