diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-08 17:54:23 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-14 16:48:56 +0100 |
commit | 79a4467f0a8ea824c63206739eb51cebceaa3e0e (patch) | |
tree | 3483c224cc5ae5ffd3f0ae22c06ac7ded441a7eb /kubernetes/so/components/so-bpmn-infra | |
parent | c8493eb3a9b8080f4beb80cd6f5a46396520ee1e (diff) |
[COMMON] Add job support for readinessCheck
readinessCheck was only supporting "container" readiness and not "job"
readiness.
This patch adds the ability to wait for job readiness also.
for that, we need to use the "extended" version and set type to `job` as
we can see it the example:
```yaml
wait_for:
name: myname
jobs:
- '{{ include "common.release" . }}-the-job'
```
Issue-ID: OOM-2647
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iee5426995de63ec8fe2f8c61ff9384a314c86db4
Diffstat (limited to 'kubernetes/so/components/so-bpmn-infra')
0 files changed, 0 insertions, 0 deletions