Skip to content

Commit

Permalink
Image Pruner Rule has inconsistent ocil text
Browse files Browse the repository at this point in the history
Image Pruner Rule has inconsistent ocil text

Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 authored Feb 26, 2024
1 parent ad1d29b commit 62d2652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ocil_clause: 'ImagePruner is not active'
ocil: |-
Ensure that the imagepruner is configured and is not in a suspended state.
<pre>oc get imagepruners.imageregistry.operator.openshift.io/cluster -o jsonpath='{.spec}{"\n"}'</pre
The output should be non-empty and the <tt>.spec.suspend</tt> field should not be set to false.
The output should be non-empty and the <tt>.spec.suspend</tt> field should be set to false.
severity: medium

Expand Down

0 comments on commit 62d2652

Please sign in to comment.