Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upClarify "YAML Shortcomings" documentation #17933
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


anno1985 commentedAug 22, 2019
The section on YAML Shortcomings in the docs on Externalized Configuration states:
It goes on to give an example for "a file called
application-dev.yml, with thedevprofile being active":It concludes by stating:
However, it fails to mention what the actual result of the combination is, and why it would be unexpected. (It isn't explicitly stating what the author would have expected, so it's not clear what the actual/unexpected outcome would look like.)
It would be nice if the docs could be expanded to include what the issue/unexpected behaviour actually is.