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