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

Config updater bug - example repo provided #452

Open
adeebahmed opened this issue Oct 2, 2024 · 0 comments
Open

Config updater bug - example repo provided #452

adeebahmed opened this issue Oct 2, 2024 · 0 comments

Comments

@adeebahmed
Copy link

adeebahmed commented Oct 2, 2024

Created an example repository here that brings attention to a configUpdater bug that we noticed when upgrading from 2.7.x to 2.8.x.

Hoplite 2.8.x now requires that all "LookupPreprocessor" style replacements that look like this:

value = "{{configValue}}"

be given in all lower case:

value = "{{configvalue}}"

This bug led to variables not being substituted correctly and confused us when developing locally, as this was not happening before. There are more details in the README of the example repository on how to reproduce on a local machine.

@adeebahmed adeebahmed changed the title c Config updater bug - example repo provided Oct 2, 2024
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