From 4ce47877e22dac9e474b1f291878d4b9586c789a Mon Sep 17 00:00:00 2001 From: Luca Pette Date: Mon, 18 Dec 2023 16:02:45 +0100 Subject: [PATCH] fix: use new server.properties key (#85) --- cli/pkg/k8s/typestream.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pkg/k8s/typestream.yaml.tmpl b/cli/pkg/k8s/typestream.yaml.tmpl index 6f59b1f..587b8ad 100644 --- a/cli/pkg/k8s/typestream.yaml.tmpl +++ b/cli/pkg/k8s/typestream.yaml.tmpl @@ -58,7 +58,7 @@ data: grpc.port=4242 sources.kafka=local sources.kafka.local.bootstrapServers=redpanda.typestream:19092 - sources.kafka.local.schemaRegistryUrl=http://redpanda.typestream:18081 + sources.kafka.local.schemaRegistry.url=http://redpanda.typestream:18081 sources.kafka.local.fsRefreshRate=10 ---