charts: soft-serve rename volume
diff --git a/charts/soft-serve/templates/stateful-set.yaml b/charts/soft-serve/templates/stateful-set.yaml
index 891e828..6626cb4 100644
--- a/charts/soft-serve/templates/stateful-set.yaml
+++ b/charts/soft-serve/templates/stateful-set.yaml
@@ -17,7 +17,7 @@
       volumes:
       - name: data
         persistentVolumeClaim:
-          claimName: data
+          claimName: soft-serve
       {{ if and .Values.privateKey .Values.publicKey }}
       - name: keys
         configMap:
diff --git a/charts/soft-serve/templates/volume.yaml b/charts/soft-serve/templates/volume.yaml
index 77f42c3..f5d0bfc 100644
--- a/charts/soft-serve/templates/volume.yaml
+++ b/charts/soft-serve/templates/volume.yaml
@@ -1,7 +1,7 @@
 apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
-  name: data
+  name: soft-serve
   namespace: {{ .Release.Namespace }}
 spec:
   accessModes: