Skip to content

Commit

Permalink
fixup! map '.' to own namespace, default to own namespace singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 4, 2024
1 parent 4e379e3 commit 47f1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f1027

Please sign in to comment.