Skip to content

Commit

Permalink
Merge pull request #235 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 Mar 13, 2024
2 parents f409fb9 + 59b7205 commit cb3093f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/v4.0.0/controller/deployment.yaml
Expand Up @@ -18,6 +18,7 @@ spec:
name: service-ca
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: service-ca
service-ca: "true"
Expand Down
1 change: 1 addition & 0 deletions manifests/05_deploy-ibm-cloud-managed.yaml
Expand Up @@ -16,6 +16,7 @@ spec:
template:
metadata:
annotations:
openshift.io/required-scc: nonroot-v2
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
app: service-ca-operator
Expand Down
1 change: 1 addition & 0 deletions manifests/05_deploy.yaml
Expand Up @@ -18,6 +18,7 @@ spec:
name: service-ca-operator
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: nonroot-v2
labels:
app: service-ca-operator
spec:
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/v4_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb3093f

Please sign in to comment.