Skip to content

Commit

Permalink
Allow oci prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
yuzisun committed Feb 24, 2024
1 parent 98fe9a1 commit c9570d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/configmap/inferenceservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ data:
# enableDirectPvcVolumeMount controls whether users can mount pvc volumes directly.
# if pvc volume is provided in storageuri then the pvc volume is directly mounted to /mnt/models in the user container.
# rather than symlink it to a shared volume. For more info see https://github.com/kserve/kserve/issues/2737
<<<<<<< HEAD
"enableDirectPvcVolumeMount": true,
=======
"enableDirectPvcVolumeMount": false,
>>>>>>> ab4a91cc (Add new storageUri schema "oci" that points to a OCI image)
# enableModelcar enabled allows you to directly access an OCI container image by
# using a source URL with an "oci://" schema.
Expand Down Expand Up @@ -480,12 +476,7 @@ data:
"cpuLimit": "1",
"caBundleConfigMapName": "",
"caBundleVolumeMountPath": "/etc/ssl/custom-certs",
<<<<<<< HEAD
"enableDirectPvcVolumeMount": true,
=======
"enableDirectPvcVolumeMount": false
"enableDirectPvcVolumeMount": false,
>>>>>>> ab4a91cc (Add new storageUri schema "oci" that points to a OCI image)
"enableModelcar": false,
"cpuModelcar": "10m",
"memoryModelcar": "15Mi"
Expand Down

0 comments on commit c9570d6

Please sign in to comment.