Stork env vars not working properly when deployed to k8s #404
Labels
bug
Something isn't working
fights-service
Fights service
waiting-for/quarkus-release
Waiting on something in Quarkus to be released
As of Quarkus 3.5.0 you can no longer use lowercase &
.
notation for environment variable keys (see https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5#kubernetes-environment-variables). Because of this, we changed our k8sConfigMap
s to use uppercase with underscore. We quickly found out that this broke the Stork service discovery configuration.This has been fixed in smallrye/smallrye-config#1041 and smallrye/smallrye-config#1036.
We need to wait for this to trickle into a Quarkus version before this gets fixed here.
The text was updated successfully, but these errors were encountered: