Skip to content

Commit

Permalink
manifests: set required-scc for openshift workloads (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
liouk authored Mar 5, 2024
1 parent 8210a45 commit 8adc193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/06-deployment-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
template:
metadata:
annotations:
openshift.io/required-scc: restricted-v2
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
app: insights-operator
Expand Down
1 change: 1 addition & 0 deletions manifests/06-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: insights-operator
spec:
Expand Down

0 comments on commit 8adc193

Please sign in to comment.