Skip to content

Commit 2ebd84f

Browse files
authored
Merge pull request #51481 from sheriff-rh/ocpbugs-2169
OCPBUGS-2169 Updated Compliance Operator CLI install instructions for 4.12+
2 parents f951a8a + e0cb2a8 commit 2ebd84f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/compliance-operator-cli-installation.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ kind: Namespace
2222
metadata:
2323
labels:
2424
openshift.io/cluster-monitoring: "true"
25+
pod-security.kubernetes.io/enforce: privileged <1>
2526
name: openshift-compliance
2627
----
28+
<1> In {product-title} {product-version} with Compliance Operator version 0.1.53 or later, the pod security label must be set to `privileged` at the namespace level.
29+
2730
. Create the `Namespace` object:
2831
+
2932
[source,terminal]

0 commit comments

Comments
 (0)