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.
2 parents 8f2a66a + bbaad74 commit 12b7668Copy full SHA for 12b7668
manifests/09_deployment.yaml
@@ -19,13 +19,13 @@ 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
seccompProfile:
30
type: RuntimeDefault
31
serviceAccountName: openshift-controller-manager-operator
0 commit comments