Skip to content

Commit

Permalink
Merge pull request #561 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 3, 2024
2 parents cfb26ff + e11894b commit 631f53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/09_operator-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
name: marketplace-operator
spec:
Expand Down
1 change: 1 addition & 0 deletions manifests/09_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
name: marketplace-operator
spec:
Expand Down

0 comments on commit 631f53b

Please sign in to comment.