diff --git a/packages/k8s/src/k8s/utils.ts b/packages/k8s/src/k8s/utils.ts index 3951c16..7fc235a 100644 --- a/packages/k8s/src/k8s/utils.ts +++ b/packages/k8s/src/k8s/utils.ts @@ -52,7 +52,7 @@ export function containerVolumes( 'Volume mounts outside of the work folder are not supported' ) } - // sourcec volume path should be relative path + // source volume path should be relative path sourceVolumePath = userVolume.sourceVolumePath.slice( workspacePath.length + 1 )