Skip to content
Snippets Groups Projects
Commit 33f93155 authored by garciadeblas's avatar garciadeblas
Browse files

Fix bug 1481: fix typo in kafka init-container command


Change-Id: I55b55ad9db8b346ada4df62496eec028a2c17661
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent ed17b2c3
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ spec:
initContainers:
- name: zookeeper-test
image: alpine:latest
command: ["sh", "-c", "until nc -zvw1 zookeeper 2181; do sleep3; done; exit 0"]
command: ["sh", "-c", "until nc -zvw1 zookeeper 2181; do sleep 3; done; exit 0"]
containers:
- name: kafka
image: wurstmeister/kafka:2.11-1.0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment