From 652875fc46b2a96361906356486394ecd174804a Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sun, 27 Nov 2022 01:32:41 -0800 Subject: [PATCH] Switch to local-path --- volume.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volume.yaml b/volume.yaml index 2befa55..80cb233 100644 --- a/volume.yaml +++ b/volume.yaml @@ -7,7 +7,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: longhorn + storageClassName: local-path resources: requests: storage: 5Gi