-
Bug
-
Resolution: Done
-
Blocker
-
1.11.0.ER1
-
False
-
False
-
+
-
Undefined
-
Workaround Exists
-
-
-
---
-
configMap configured in quarkus.openshift according to Quarkus - Deploying on OpenShift does not get properly recognised by a Quarkus application. This approach worked in 1.7, therefore this is a breaking change.
With Quarkus 1.7, using the properties from docs was sufficient for a RESTful Quarkus application to pick up configMap s:
quarkus.openshift.config-map-volumes.app-config.config-map-name=app-config quarkus.openshift.mounts.app-config.path=/deployments/config
It seems that with Quarkus 1.11, a new property is required:
quarkus.openshift.env.vars.smallrye-config-locations=/deployments/config
- links to