1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Updated Compliance Operator CLI install instructions for 4.12+

This commit is contained in:
Andrew Taylor
2022-10-11 09:30:23 -04:00
committed by openshift-cherrypick-robot
parent 61ac70dc10
commit d2bbc80d8e

View File

@@ -22,8 +22,11 @@ kind: Namespace
metadata:
labels:
openshift.io/cluster-monitoring: "true"
pod-security.kubernetes.io/enforce: privileged <1>
name: openshift-compliance
----
<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.
. Create the `Namespace` object:
+
[source,terminal]