Skip to content

Commit 12b7668

Browse files
Merge pull request #397 from tchap/userns
CNTRLPLANE-1544: Use user namespace for the operator
2 parents 8f2a66a + bbaad74 commit 12b7668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/09_deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ spec:
1919
name: openshift-controller-manager-operator
2020
annotations:
2121
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
22-
openshift.io/required-scc: nonroot-v2
22+
openshift.io/required-scc: restricted-v3
2323
labels:
2424
app: openshift-controller-manager-operator
2525
spec:
26+
hostUsers: false
2627
securityContext:
2728
runAsNonRoot: true
28-
runAsUser: 65534
2929
seccompProfile:
3030
type: RuntimeDefault
3131
serviceAccountName: openshift-controller-manager-operator

0 commit comments

Comments
 (0)