From 8b8ae79917a135dc701795456a3a69fa4016bcab Mon Sep 17 00:00:00 2001 From: Vedant Mahabaleshwarkar Date: Wed, 18 Sep 2024 15:21:52 -0400 Subject: [PATCH] Fix missing comma in inferenceservice-config-patch.yaml Signed-off-by: Vedant Mahabaleshwarkar --- config/overlays/odh/inferenceservice-config-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/overlays/odh/inferenceservice-config-patch.yaml b/config/overlays/odh/inferenceservice-config-patch.yaml index 9c929d49713..b8e56de3b68 100644 --- a/config/overlays/odh/inferenceservice-config-patch.yaml +++ b/config/overlays/odh/inferenceservice-config-patch.yaml @@ -15,7 +15,7 @@ data: "caBundleConfigMapName": "", "caBundleVolumeMountPath": "/etc/ssl/custom-certs", "cpuModelcar": "10m", - "memoryModelcar": "15Mi" + "memoryModelcar": "15Mi", "enableDirectPvcVolumeMount": true, "enableModelcar": true }