diff --git a/dist/index.js b/dist/index.js index d6a07cea..4cee274c 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index b3d0d5c4..40ce4732 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts b/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts index 9c07c7a7..4997e451 100644 --- a/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts +++ b/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts @@ -110,7 +110,7 @@ class KubernetesStorage { storageClassName: `manual`, capacity: { storage: `10Gi` }, accessModes: ['ReadWriteOnce'], - hostPath: { path: `/data` }, + hostPath: { path: `/data/${pvcName}` }, }, }; await kubeClient.createPersistentVolume(hostPathVolume);