Skip to content

Commit a16815e

Browse files
author
arbelnat
committed
add call hom to CSV certified
1 parent ec9313d commit a16815e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

deploy/olm-catalog/ibm-block-csi-operator/1.9.0/manifests/ibm-block-csi-operator.clusterserviceversion.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,31 @@ metadata:
6969
}
7070
}
7171
},
72+
"callHome": {
73+
"repository": "ibmcom/ibm-block-csi-call-home",
74+
"tag": "1.9.0",
75+
"enable": false
76+
"imagePullPolicy": "IfNotPresent",
77+
"affinity": {
78+
"nodeAffinity": {
79+
"requiredDuringSchedulingIgnoredDuringExecution": {
80+
"nodeSelectorTerms": [
81+
{
82+
"matchExpressions": [
83+
{
84+
"key": "kubernetes.io/arch",
85+
"operator": "In",
86+
"values": [
87+
"amd64"
88+
]
89+
}
90+
]
91+
}
92+
]
93+
}
94+
}
95+
}
96+
},
7297
"sidecars": [
7398
{
7499
"name": "csi-node-driver-registrar",

0 commit comments

Comments
 (0)