Skip to content

Commit 7e96ef6

Browse files
authored
Merge pull request #52100 from sheriff-rh/FIO-pod-security
File Integrity Operator pod container permissions
2 parents a6c03ad + 39ac9c6 commit 7e96ef6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/compliance-operator-cli-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
pod-security.kubernetes.io/enforce: privileged <1>
2626
name: openshift-compliance
2727
----
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.
28+
<1> In {product-title} {product-version}, the pod security label must be set to `privileged` at the namespace level.
2929

3030
. Create the `Namespace` object:
3131
+

modules/file-integrity-operator-installing-cli.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ kind: Namespace
2727
metadata:
2828
labels:
2929
openshift.io/cluster-monitoring: "true"
30+
pod-security.kubernetes.io/enforce: privileged <1>
3031
name: openshift-file-integrity
3132
----
33+
<1> In {product-title} {product-version}, the pod security label must be set to `privileged` at the namespace level.
3234

3335
. Create the `OperatorGroup` object YAML file:
3436
+

0 commit comments

Comments
 (0)