From bae9ca9be863c0d3a08be545c30634a285866ad6 Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Mon, 3 Jul 2023 23:30:08 +0100 Subject: [PATCH] Add quarkus-kubernetes-config for DB setup on stage Also set swagger-ui to always be enabled --- pom.xml | 4 ++++ src/main/resources/application.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 026f6a3..a9acab6 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,10 @@ io.quarkus quarkus-vertx + + io.quarkus + quarkus-kubernetes-config + io.quarkus quarkus-junit5 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0d334be..0d74b07 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -39,7 +39,7 @@ quarkus.kubernetes-config.secrets=postgresql #Always provide swagger ui -%dev.quarkus.swagger-ui.always-include=true +quarkus.swagger-ui.always-include=true %dev.quarkus.openshift.service-account=osh-wrapper-client-sa %dev.quarkus.openshift.namespace=pct-security-tooling