From 47f1027b3023e617bda27924e0f3cfafb3934d17 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 4 Apr 2024 10:53:14 -0400 Subject: [PATCH] fixup! map '.' to own namespace, default to own namespace singleton --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aa1f78469..958911d9d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,7 +13,7 @@ cryostat.discovery.plugins.jwt.encryption.method=A256GCM cryostat.discovery.kubernetes.enabled=false cryostat.discovery.k8s.port-names= cryostat.discovery.k8s.port-numbers= -cryostat.discovery.k8s.namespaces= +cryostat.discovery.k8s.namespaces=. kubernetes.service.host= quarkus.test.integration-test-profile=test