Skip to content

Commit 31382e2

Browse files
committed
Fix formatting
1 parent de967e7 commit 31382e2

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
@@ -134,11 +134,11 @@ export async function createPod(
134134
})
135135
}
136136

137-
export function addSharedVolumes(
137+
function addSharedVolumes(
138138
podSpec: k8s.V1PodSpec,
139139
jobContainer: k8s.V1Container,
140140
services: k8s.V1Container[]
141-
) {
141+
): void {
142142
podSpec.volumes = podSpec.volumes || []
143143
const sharedVolumeName = 'shared-data'
144144
// Add a shared directory so job container and service containers can share data.

0 commit comments

Comments
 (0)