Closed TeamLinux01 closed 6 months ago
With append, I was getting an error of:
append
Error translating config: yaml: unmarshal errors: line 81: cannot unmarshal !!map into []v0_5.Resource
Switching to appends fixes the issue.
appends
Sorry, I didn't notice I got a warning.
warning at $.storage.files.0.appends, line 72 col 7: Unused key appends
With
append
, I was getting an error of:Switching to
appends
fixes the issue.