1
0
Fork 0
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:
Charles-Edouard Brétéché 2022-11-10 09:43:51 +01:00 committed by GitHub
parent 37948f179e
commit 14e6aa4bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 6 deletions

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: add-labels
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: gen-clone-role-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: gen-role-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: keyed-basic-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: mutatedigest-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

View file

@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: mutatedigest-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready