1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/.github/actions/kyverno-wait-ready/action.yaml
2023-01-05 11:35:04 +00:00

10 lines
220 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 --all --timeout=60s