aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-12-17 22:21:30 +0100
committerStaffan Olsson <staffan@repos.se>2017-12-17 22:21:30 +0100
commit8def797856867cafd347496baf266cddac444c7c (patch)
treebcea2d05b183a63eed2d77cc6f22dfa57ce61288
parent9686f2e24f6419011c9b486e39a5af0f8f3b85c9 (diff)
downloadkubernetes-kafka-8def797856867cafd347496baf266cddac444c7c.tar.gz
kubernetes-kafka-8def797856867cafd347496baf266cddac444c7c.tar.bz2
kubernetes-kafka-8def797856867cafd347496baf266cddac444c7c.zip
Fixes the rename
-rw-r--r--avro-tools/avro-tools-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/avro-tools/avro-tools-config.yml b/avro-tools/avro-tools-config.yml
index 8323a0b..43fe268 100644
--- a/avro-tools/avro-tools-config.yml
+++ b/avro-tools/avro-tools-config.yml
@@ -18,7 +18,7 @@ data:
#id=kafka-rest-test-server
listeners=http://0.0.0.0:80
bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092
- schema.registry.url=http://schemas.kafka:80
+ schema.registry.url=http://avro-schemas.kafka:80
# https://github.com/Landoop/kafka-topics-ui#common-issues
access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS