Skip to content

Commit

Permalink
Merge pull request #336 from liouk/required-scc
Browse files Browse the repository at this point in the history
AUTH-482: set required-scc for openshift workloads
  • Loading branch information
openshift-merge-bot[bot] committed May 7, 2024
2 parents d291c51 + b68b048 commit e620f4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/assets/openshift-controller-manager/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
name: openshift-controller-manager
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: openshift-controller-manager-a
controller-manager: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
name: route-controller-manager
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: route-controller-manager
route-controller-manager: "true"
Expand Down
1 change: 1 addition & 0 deletions manifests/09_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
name: openshift-controller-manager-operator
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: nonroot-v2
labels:
app: openshift-controller-manager-operator
spec:
Expand Down

0 comments on commit e620f4a

Please sign in to comment.