You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use config v2 to split my profiles into multiple files and combine them to one group using profiles__APPEND. A simplified example of what I'm trying to do:
I'm trying to use config v2 to split my profiles into multiple files and combine them to one group using
profiles__APPEND
. A simplified example of what I'm trying to do:According to the JSON schema, both files are valid and
profiles__APPEND
is a valid key.However:
profile2
is present but not added to theall
group.I tried different versions back to 0.16.1 but this configuration doesn't work with any version I tested.
Is this even supposed to work? Or is this just a mistake in the JSON schema?
The text was updated successfully, but these errors were encountered: