mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
10 lines
220 B
YAML
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
|