We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1e14c commit a5a825dCopy full SHA for a5a825d
manifests/09_deployment.yaml
@@ -19,13 +19,14 @@ spec:
19
name: openshift-controller-manager-operator
20
annotations:
21
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
22
- openshift.io/required-scc: nonroot-v2
+ openshift.io/required-scc: restricted-v3
23
labels:
24
app: openshift-controller-manager-operator
25
spec:
26
+ hostUsers: false
27
securityContext:
28
runAsNonRoot: true
- runAsUser: 65534
29
+ runAsUser: 1000
30
seccompProfile:
31
type: RuntimeDefault
32
serviceAccountName: openshift-controller-manager-operator
0 commit comments