Skip to content

Commit 03e6df7

Browse files
committed
Add tmp
1 parent bad184b commit 03e6df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/k8s/src/k8s/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ function addSharedVolumes(
149149
jobContainer.volumeMounts = jobContainer.volumeMounts || []
150150
jobContainer.volumeMounts.push({
151151
name: sharedVolumeName,
152-
mountPath: '/shared'
152+
mountPath: '/tmp'
153153
})
154154
for (const service of services) {
155155
service.volumeMounts = service.volumeMounts || []
156156
service.volumeMounts.push({
157157
name: sharedVolumeName,
158-
mountPath: '/shared'
158+
mountPath: '/tmp'
159159
})
160160
}
161161
}

0 commit comments

Comments
 (0)