[COMMON] Readiness check has an improper image 38/115438/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 26 Nov 2020 08:19:35 +0000 (09:19 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 26 Nov 2020 08:27:23 +0000 (09:27 +0100)
when repository is not globally set, readinessCheck gives back "empty"
value for repository, leading to a bad rendered chart.

Issue-ID: OOM-2592
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic4e8553ca4dfed8e476ecb743d4434e0562ba295

kubernetes/common/readinessCheck/values.yaml

index 7bd0c3d..e09939f 100644 (file)
@@ -16,6 +16,8 @@ global:
   readinessImage: onap/oom/readiness:3.0.1
   pullPolicy: Always
 
+repository: nexus3.onap.org:10001
+
 limits:
   cpu: 100m
   memory: 100Mi