From: Krzysztof Opasiak Date: Thu, 16 Jul 2020 19:02:56 +0000 (+0200) Subject: [COMMON] Fix name generation in readinessCheck template X-Git-Tag: 7.0.0~335^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e00bd6af6003beb51111eb3a1a7dd2def3bf80df;hp=e00bd6af6003beb51111eb3a1a7dd2def3bf80df;p=oom.git [COMMON] Fix name generation in readinessCheck template According to docummentation readinessCheck template accept wait_for value in a type of list. Unfortunately in that case it generated the init container name with -- as the name key was empty. This commit fixes this and ensures acceptance of both simple and extended format for wait_for value. Issue-ID: OOM-2511 Signed-off-by: Krzysztof Opasiak Change-Id: Ia345251f01ade5191f0a06d6eaec41cdd6a53459 ---