mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +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
test/conformance/kuttl
aaa_template_resources/scaffold
generate/clusterpolicy/cornercases
verifyImages/clusterpolicy/standard
keyed-basic
mutateDigest-noverifyDigest-norequired
nomutateDigest-verifyDigest-norequired
|
@ -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