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

fix(#577): Support for layering configuration #578

Merged
merged 1 commit into from
May 29, 2024

Conversation

novoj
Copy link
Collaborator

@novoj novoj commented May 29, 2024

In complex build pipelines it's not easy to set up all evitaDB parameters in one shot. It would be helpful if we could layer the evita-configuration.yml so that we first load the full configuration with defaults and then apply shorter versions that override only part of those settings. The overriding configurations could be expected to be in the same folder as the default configuration and could be applied in alphabetical order - i.e:

  1. evita-configuration.yml
  2. evita-configuration-environment.yml
  3. evita-configuration-project.yml

In complex build pipelines it's not easy to set up all evitaDB parameters in one shot. It would be helpful if we could layer the `evita-configuration.yml` so that we first load the full configuration with defaults and then apply shorter versions that override only part of those settings. The overriding configurations could be expected to be in the same folder as the default configuration and could be applied in alphabetical order - i.e:

1. evita-configuration.yml
2. evita-configuration-environment.yml
3. evita-configuration-project.yml
@novoj novoj linked an issue May 29, 2024 that may be closed by this pull request
@novoj novoj merged commit 440127d into dev May 29, 2024
1 check failed
@novoj novoj deleted the 577-support-for-layering-configuration branch May 29, 2024 08:37
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

Successfully merging this pull request may close these issues.

Support for layering configuration
1 participant