From a2e327595e334ee75b7f82fe46bfdd7195158ebc Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Tue, 8 Dec 2020 18:03:50 +0100 Subject: [SO] Use readiness check job support CNF Adapter needs to wait for mariadb config job to be performed. Unfortunately, when we deploy using gating, the repositoryOverride makes the pod to use a wrong image. With readinessCheck job support, we don't have this issue anymore Issue-ID: SO-3416 Signed-off-by: Sylvain Desbureaux Change-Id: I0ef79cdc46bc3dbd55988d3d1ad601ed9c6a4cdb --- kubernetes/so/components/so-cnf-adapter/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/so/components/so-cnf-adapter/requirements.yaml') diff --git a/kubernetes/so/components/so-cnf-adapter/requirements.yaml b/kubernetes/so/components/so-cnf-adapter/requirements.yaml index 3e953c0aa2..c9af7f9e4b 100755 --- a/kubernetes/so/components/so-cnf-adapter/requirements.yaml +++ b/kubernetes/so/components/so-cnf-adapter/requirements.yaml @@ -19,6 +19,9 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: readinessCheck + version: ~7.x-0 + repository: '@local' - name: repositoryGenerator version: ~7.x-0 repository: '@local' -- cgit 1.2.3-korg