Skip to content

Commit

Permalink
fix: check policy is ready in kuttl tests (kyverno#5286)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>

Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Nov 10, 2022
1 parent 37948f1 commit 14e6aa4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: add-labels
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: gen-clone-role-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: gen-role-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: keyed-basic-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: mutatedigest-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ kind: ClusterPolicy
metadata:
name: mutatedigest-policy
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

0 comments on commit 14e6aa4

Please sign in to comment.