diff --git a/extraFiles/my_spawner.py b/extraFiles/my_spawner.py
index 550faf8b8248bdc33821f1cfa2aa125910241d07..1461f86d31998c8505cb208bbe9900e06e90a3ef 100644
--- a/extraFiles/my_spawner.py
+++ b/extraFiles/my_spawner.py
@@ -96,7 +96,7 @@ class MySpawner(KubeSpawner):
                 'mountPath': '/home/jovyan',
             },
             {
-                'name': 'csusb-hpc-share-drive-south-east',
+                'name': 'csusb-hpc-share-drive',
                 'mountPath': '/home/jovyan/shared',
             },
             {
@@ -116,9 +116,9 @@ class MySpawner(KubeSpawner):
                     }
             },
             {
-                'name': 'csusb-hpc-share-drive-south-east',
+                'name': 'csusb-hpc-share-drive',
                 'persistentVolumeClaim': {
-                    'claimName': 'csusb-hpc-share-drive-south-east'
+                    'claimName': 'csusb-hpc-share-sweed'
                     }
             },
             {