diff --git a/packages/k8s/src/k8s/utils.ts b/packages/k8s/src/k8s/utils.ts index 788895a..068889e 100644 --- a/packages/k8s/src/k8s/utils.ts +++ b/packages/k8s/src/k8s/utils.ts @@ -49,7 +49,7 @@ export function containerVolumes( if (path.isAbsolute(userVolume.sourceVolumePath)) { if (!userVolume.sourceVolumePath.startsWith(workspacePath)) { throw new Error( - 'absolute path volume mounts outside of the work folder are not supported' + 'Volume mounts outside of the work folder are not supported' ) } sourceVolumePath = userVolume.sourceVolumePath