Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 5, 2024
1 parent f5f1656 commit 388a682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/e2e/common-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ kind: PersistentVolume
metadata:
name: kind-hostpath
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteMany
- ReadOnlyMany
- ReadWriteOnce
hostPath:
path: /tmp/data
type: DirectoryOrCreate
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/engine-vllm-pvc/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ kind: PersistentVolumeClaim
metadata:
name: model-pvc
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
- ReadOnlyMany
resources:
requests:
storage: 10Gi
Expand Down

0 comments on commit 388a682

Please sign in to comment.