Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #166 from pjgg/feature/config-secret-patch
Browse files Browse the repository at this point in the history
k8s/openshift secret volumes required a smallrye config env variable …
  • Loading branch information
mjurc authored Jan 22, 2021
2 parents d6ed7a2 + 0f267b9 commit 7df3400
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
quarkus.openshift.expose=true
quarkus.openshift.secret-volumes.app-config.secret-name=app-config
quarkus.openshift.mounts.app-config.path=/deployments/config

# TODO: remove workaround for https://github.com/quarkusio/quarkus/issues/14525
quarkus.openshift.env.vars.smallrye-config-locations=/deployments/config
quarkus.s2i.base-jvm-image=registry.access.redhat.com/ubi8/openjdk-11:latest

%test.hello.message=Hello, %s!
Expand Down

0 comments on commit 7df3400

Please sign in to comment.