Skip to content

Commit cdb146a

Browse files
committed
fix(helm): disable dpdk
Signed-off-by: SkalaNetworks <[email protected]>
1 parent 0d5ae53 commit cdb146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kube-ovn/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ ovsOvn:
155155
# ref: https://kubeovn.github.io/docs/v1.12.x/en/advance/dpdk/
156156
dpdk:
157157
# -- Enables DPDK support on OVS
158-
enabled: true
158+
enabled: false
159159
# -- Version of the DPDK image
160160
version: "19.11"
161161

0 commit comments

Comments
 (0)