Open
Description
Hi, what's the reason I could not import a simple config like this?
ch_secret: secret
ch_list:
- https://abc.def.com
ch_dict:
a: abc
b: def
ch_dict_nested:
a:
b: abc
c: def
ch_dict_list:
c:
- 1
- 2
- 3
ch_mix:
a:
b: abc
c: def
c:
- 1
- 2
- 3
chamber import service file_above.yaml
results in
Error: Failed to decode input as json: yaml: unmarshal errors:
line 3: cannot unmarshal !!seq into string
line 6: cannot unmarshal !!map into string
line 10: cannot unmarshal !!map into string
line 16: cannot unmarshal !!map into string
line 23: cannot unmarshal !!map into string
Metadata
Metadata
Assignees
Labels
No labels