Skip to content

Commit

Permalink
Fix deployment failures on new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Mar 6, 2024
1 parent 7df7e9a commit e567493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ quarkus.info.enabled=true
%prod.quarkus.openshift.annotations."kubernetes.io/tls-acme"=true
%prod.quarkus.openshift.env.configmaps=quarkus-github-lottery-config
%prod.quarkus.openshift.env.secrets=quarkus-github-lottery-secrets
# https://github.com/quarkusio/quarkus/issues/39180
%prod.quarkus.openshift.add-version-to-label-selectors=false

0 comments on commit e567493

Please sign in to comment.