Skip to content

Commit

Permalink
Fixed the chainsaaw test failures
Browse files Browse the repository at this point in the history
Signed-off-by: sathyaseelan <[email protected]>
  • Loading branch information
nsathyaseelan committed Dec 26, 2024
1 parent 1efe11b commit 6095562
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ kind: ClusterPolicy
metadata:
name: require-namespace-quota
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,8 @@ kind: ClusterPolicy
metadata:
name: require-quota-for-all-objects
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,8 @@ kind: ClusterPolicy
metadata:
name: require-resource-quota
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,8 @@ kind: ClusterPolicy
metadata:
name: restrict-resource-quota-changes
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,8 @@ kind: ClusterPolicy
metadata:
name: disable-automount-sa-token
status:
ready: true
conditions:
- reason: Succeeded
status: "True"
type: Ready

0 comments on commit 6095562

Please sign in to comment.