File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
bindata/assets/openshift-controller-manager Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ spec:
3333 name : openshift-controller-manager
3434 annotations :
3535 target.workload.openshift.io/management : ' {"effect": "PreferredDuringScheduling"}'
36- openshift.io/required-scc : restricted-v2
36+ openshift.io/required-scc : restricted-v3
3737 labels :
3838 app : openshift-controller-manager-a
3939 controller-manager : " true"
4040 spec :
41+ hostUsers : false
4142 securityContext :
42- runAsNonRoot : true
4343 seccompProfile :
4444 type : RuntimeDefault
4545 priorityClassName : system-node-critical
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
2323 name : route-controller-manager
2424 annotations :
2525 target.workload.openshift.io/management : ' {"effect": "PreferredDuringScheduling"}'
26- openshift.io/required-scc : restricted-v2
26+ openshift.io/required-scc : restricted-v3
2727 labels :
2828 app : route-controller-manager
2929 route-controller-manager : " true"
3030 spec :
31+ hostUsers : false
3132 securityContext :
32- runAsNonRoot : true
3333 seccompProfile :
3434 type : RuntimeDefault
3535 priorityClassName : system-node-critical
You can’t perform that action at this time.
0 commit comments