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

11 lines
237 B
YAML
Raw Normal View History

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