Skip to content

Commit cbfd774

Browse files
authored
Merge pull request #77149 from kquinn1204/OCPBUGS-31103
OCPBUGS-31103 update SriovOperatorConfig for Telco DU profile
2 parents c3cebe3 + dfc753b commit cbfd774

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

snippets/ztp_SriovOperatorConfig.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ kind: SriovOperatorConfig
33
metadata:
44
name: default
55
namespace: openshift-sriov-network-operator
6-
annotations: {}
6+
annotations:
7+
ran.openshift.io/ztp-deploy-wave: "10"
78
spec:
89
configDaemonNodeSelector:
910
"node-role.kubernetes.io/$mcp": ""
@@ -20,6 +21,8 @@ spec:
2021
# openshift.io/<resource_name>: "1"
2122
# requests:
2223
# openshift.io/<resource_name>: "1"
23-
enableInjector: true
24-
enableOperatorWebhook: true
24+
enableInjector: false
25+
enableOperatorWebhook: false
26+
# Disable drain is needed for single-node OpenShift.
27+
disableDrain: true
2528
logLevel: 0

0 commit comments

Comments
 (0)