Skip to content

Commit

Permalink
Merge pull request #178 from nirmata/fix-chaisaw-test
Browse files Browse the repository at this point in the history
Updated the policy assertion file to check the status
  • Loading branch information
nsathyaseelan authored Dec 26, 2024
2 parents 1efe11b + 6095562 commit 5bf2913
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 5bf2913

Please sign in to comment.