From 9d4e04bcf20b89f9d1cb49ad58a68344c64e13ea Mon Sep 17 00:00:00 2001 From: Vedant Mahabaleshwarkar Date: Thu, 6 Jun 2024 12:13:09 -0400 Subject: [PATCH] enable DirectPvcVolumeMount 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 2a1eac9de58..088c58efc11 100644 --- a/config/overlays/odh/inferenceservice-config-patch.yaml +++ b/config/overlays/odh/inferenceservice-config-patch.yaml @@ -12,7 +12,7 @@ data: "memoryLimit": "1Gi", "cpuRequest": "100m", "cpuLimit": "1", - "enableDirectPvcVolumeMount": false + "enableDirectPvcVolumeMount": true } ingress: |- {