mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 02:18:15 +00:00
fix: check policy is ready in kuttl tests (#5286)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
37948f179e
commit
14e6aa4bba
6 changed files with 24 additions and 6 deletions
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: add-labels
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: gen-clone-role-policy
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: gen-role-policy
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: keyed-basic-policy
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: mutatedigest-policy
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: mutatedigest-policy
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
Loading…
Add table
Reference in a new issue