Skip to content

Commit e57f9bf

Browse files
authored
removing default storageClass
Signed-off-by: Braulio Dumba <[email protected]>
1 parent 57683ca commit e57f9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm-setup-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ persistence:
196196
# -- PVC storage size
197197
size: 50Gi
198198
# -- Optional: Storage class name for the PVC
199-
storageClassName: "ocs-storagecluster-cephfs"
199+
storageClassName: ""
200200
# -- Mount path inside the VLLM container for Hugging Face cache
201201
mountPath: /data
202202

0 commit comments

Comments
 (0)