mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: flaky github action (#7068)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
b45678774a
commit
02e89a5d22
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ runs:
|
|||
steps:
|
||||
- shell: bash
|
||||
run: |
|
||||
kubectl wait --namespace kyverno --for=condition=ready pod --all --timeout=60s
|
||||
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=60s
|
||||
|
|
Loading…
Reference in a new issue