diff --git a/dist/index.js b/dist/index.js index 9d0c7430..d6a07cea 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 e4a85b27..b3d0d5c4 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 9554b9c4..9c07c7a7 100644 --- a/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts +++ b/src/model/cloud-runner/providers/k8s/kubernetes-storage.ts @@ -101,7 +101,7 @@ class KubernetesStorage { if (process.env['CLOUD_RUNNER_MINIKUBE']) { const hostPathVolume = { metadata: { - name: ``, + name: `${pvcName}-volume`, labels: { type: `local`, },