You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
adeebahmed
changed the title
c
Config updater bug - example repo provided
Oct 2, 2024
Created an example repository here that brings attention to a configUpdater bug that we noticed when upgrading from
2.7.x
to2.8.x
.Hoplite
2.8.x
now requires that all "LookupPreprocessor" style replacements that look like this:be given in all lower case:
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.The text was updated successfully, but these errors were encountered: