2023-01-05 12:35:04 +01:00
|
|
|
name: Kyverno pods ready
|
|
|
|
|
|
|
|
description: Wait kyverno pods are ready
|
|
|
|
|
|
|
|
runs:
|
|
|
|
using: composite
|
|
|
|
steps:
|
|
|
|
- shell: bash
|
|
|
|
run: |
|
2023-05-02 19:29:48 +02:00
|
|
|
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=60s
|