Skip to content

Commit

Permalink
Adjusted rules for BSI APP.4.4.A19 according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
benruland committed Jan 7, 2025
1 parent 971108d commit a7b9d81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ocil_clause: 'Deployments with neither anti-affinity rules or topology spread co
ocil: |-
Run the following command to determine anti-affinity rules and topology spread constraints of
all deployments:
<pre>$ oc get deployments -A -o json | jq '{{{ jqfilter }}}'"</pre>
<pre>$ oc get deployments -A -o json | jq '{{{ jqfilter }}}'</pre>
Make sure that either suitable anti-affinity rule or topology spread constraints are configured
for all workloads that require high availability.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ocil_clause: 'StatefulSets with neither anti-affinity rules or topology spread c
ocil: |-
Run the following command to determine anti-affinity rules and topology spread constraints of
all statefulsets:
<pre>$ oc get statefulsets -A -o json | jq '{{{ jqfilter }}}'"</pre>
<pre>$ oc get statefulsets -A -o json | jq '{{{ jqfilter }}}'</pre>
Make sure that either suitable anti-affinity rule or topology spread constraints are configured
for all workloads that require high availability.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
default_result: FAIL
# This rule may fail depending on how the Cluster is deployed
# A cluster distributed across two zones or more should pass
default_result: PASS

0 comments on commit a7b9d81

Please sign in to comment.