diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-12-10 10:34:00 +0100 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-12-15 07:58:31 +0000 |
commit | c681111a545e69d0705ac9708a74b440976d6334 (patch) | |
tree | 05357bb7e0f9ba42105d954a556be5b72f985bbe /kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml | |
parent | 92abd28e06b8221e8ff3f0785c9702376010ad94 (diff) |
[CMPV2] Add readiness check
Wait for oom-cert-service
Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ie78d1ed0500ff44cb24c7859faa9f6366e93ecd8
Diffstat (limited to 'kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml')
-rw-r--r-- | kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml b/kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml index def35866d7..cd195b6689 100644 --- a/kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml +++ b/kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml @@ -15,3 +15,6 @@ - name: common version: ~7.x-0 repository: '@local' + - name: readinessCheck + version: ~7.x-0 + repository: '@local' |