From 152c4e1cc8a6e52e124650672c8489a39397a760 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:38:02 -0400 Subject: [PATCH] Update packages/k8s/src/k8s/utils.ts --- packages/k8s/src/k8s/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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