From: garciadeblas Date: Fri, 26 Mar 2021 12:26:20 +0000 (+0100) Subject: Fix bug 1481: fix typo in kafka init-container command X-Git-Tag: branch-sol006v331-start~27 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=33f9315586721431cf67df69d49736109f36735c Fix bug 1481: fix typo in kafka init-container command Change-Id: I55b55ad9db8b346ada4df62496eec028a2c17661 Signed-off-by: garciadeblas --- diff --git a/installers/docker/osm_pods/kafka.yaml b/installers/docker/osm_pods/kafka.yaml index 61c752d4..69b56bfe 100644 --- a/installers/docker/osm_pods/kafka.yaml +++ b/installers/docker/osm_pods/kafka.yaml @@ -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