Skip to content

Commit 8adc193

Browse files
authored
manifests: set required-scc for openshift workloads (#915)
1 parent 8210a45 commit 8adc193

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

manifests/06-deployment-ibm-cloud-managed.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ spec:
1818
template:
1919
metadata:
2020
annotations:
21+
openshift.io/required-scc: restricted-v2
2122
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
2223
labels:
2324
app: insights-operator

manifests/06-deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
metadata:
2020
annotations:
2121
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
22+
openshift.io/required-scc: restricted-v2
2223
labels:
2324
app: insights-operator
2425
spec:

0 commit comments

Comments
 (0)