From e280130f6d45af0e1cca0c6d7ab8f1aa809633cd Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sun, 12 Apr 2026 11:24:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 998dd98..cfd5021 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ containers: mountPath: /paperclip ``` -> **Note:** Your cluster must have a StorageClass that supports RWX volumes. Common options include AWS EFS, Azure Files, NFS-based provisioners, or GCP Filestore. Standard block storage (gp3, Azure Disk, GCE PD) does **not** support RWX. +> **Note:** Your cluster must have a StorageClass that supports RWX volumes. Common options include Longhorn, Rook Ceph, AWS EFS, Azure Files, NFS-based provisioners, or GCP Filestore. Standard block storage (gp3, Azure Disk, GCE PD) does **not** support RWX. ### 2. Kubernetes RBAC