Closed snowdrop-bot closed 3 years ago
Given an application.properties like the following:
application.properties
foo/mp-rest/url=http://localhost:8080 quarkus.kubernetes.env.mapping.foo/mp-rest/url.from-secret=something-parameters quarkus.kubernetes.env.mapping.foo/mp-rest/url.with-key=foo.url
The generated kubernetes.yml uses the FOO/MP_REST/URL env var, which is invalid, as noted by https://github.com/eclipse/microprofile-rest-client/issues/171 and https://github.com/eclipse/microprofile-config/issues/420 in the past.
kubernetes.yml
FOO/MP_REST/URL
We should replace / with _ and figure out if MP-Config actually can do the reverse mapping.
/
_
https://github.com/quarkusio/quarkus/issues/15201
$upstream:15201$
Given an
application.properties
like the following:The generated
kubernetes.yml
uses theFOO/MP_REST/URL
env var, which is invalid, as noted by https://github.com/eclipse/microprofile-rest-client/issues/171 and https://github.com/eclipse/microprofile-config/issues/420 in the past.We should replace
/
with_
and figure out if MP-Config actually can do the reverse mapping.https://github.com/quarkusio/quarkus/issues/15201
$upstream:15201$