Skip to content

Commit

Permalink
Repair ceph provisioner name
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Jan 17, 2025
1 parent ecbe943 commit 3e1cfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ async def test_ceph_sc(kubernetes_cluster: model.Model):
"ceph-xfs-pvc.yaml", "pv-writer-pod.yaml", "pv-reader-pod.yaml"
)
definition = storage.StorageProviderTestDefinition(
"ceph", "ceph-xfs", "rdb.csi.ceph.com", kubernetes_cluster, manifests
"ceph", "ceph-xfs", "rbd.csi.ceph.com", kubernetes_cluster, manifests
)
await storage.exec_storage_class(definition)

0 comments on commit 3e1cfb2

Please sign in to comment.