Ignore fields starting with 'x-' in yml declarative config #7323
zmeyc
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
It would be nice to be able to define parts of configuration at top level of .yml file and reuse them, for example:
Currently this doesn't work:
I worked this around by declaring a non-existent plugin and putting reusable sets of fields into it's config:
I propose allowing fields starting with
x-
at top level of yml document to contain any data to allow using them for YML anchors, similar to docker-compose Extension Fields: https://docs.docker.com/compose/compose-file/#extension-fieldsBeta Was this translation helpful? Give feedback.
All reactions