1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/.github/actions/kyverno-wait-ready/action.yaml
Charles-Edouard Brétéché 02e89a5d22
fix: flaky github action (#7068)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-05-02 17:29:48 +00:00

10 lines
237 B
YAML

name: Kyverno pods ready
description: Wait kyverno pods are ready
runs:
using: composite
steps:
- shell: bash
run: |
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=60s