Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import resources for more configs before comparison #91

Open
MECU opened this issue Nov 23, 2015 · 0 comments
Open

Import resources for more configs before comparison #91

MECU opened this issue Nov 23, 2015 · 0 comments

Comments

@MECU
Copy link

MECU commented Nov 23, 2015

We use several parameters_*.yml files based on environment and load a single parameters_base.yml file to avoid duplication of config settings. It seems ParameterHandler doesn't import this .yml file before comparison. Thus, it thinks there are settings that are needed, when they are actually set by the included file via the imports method.

Our parameters.yml:

imports:
    - resource: parameters_base.yml

Could the imports/resources be parsed for additional config settings before the comparison?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant