Skip to content

Commit 3e848c9

Browse files
Fix chart lint failure
Signed-off-by: Abhishek Pandey <abhpandey@microsoft.com>
1 parent e2e3186 commit 3e848c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/kube-ovn/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ fullnameOverride: ""
146146

147147
# hybrid dpdk
148148
HYBRID_DPDK: false
149-
HUGEPAGE_SIZE_TYPE: hugepages-2Mi # Default
149+
HUGEPAGE_SIZE_TYPE: hugepages-2Mi # Default
150150
HUGEPAGES: 1Gi
151151
DPDK_IMAGE_TAG: "v1.16.0-dpdk"
152-
DPDK_CPU: "1000m" # Default CPU configuration
153-
DPDK_MEMORY: "2Gi" # Default Memory configuration
152+
DPDK_CPU: "1000m" # Default CPU configuration
153+
DPDK_MEMORY: "2Gi" # Default Memory configuration
154154

155155
ovn-central:
156156
requests:

0 commit comments

Comments
 (0)