Fix k8s prefix main data directory /
parent
c54342edf1
commit
d8fce0aa21
|
|
@ -2144,7 +2144,7 @@ class KubernetesJobSpecFactory {
|
||||||
image,
|
image,
|
||||||
command: ['/bin/sh'],
|
command: ['/bin/sh'],
|
||||||
args: ['-c', cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(command, cloud_runner_state_1.CloudRunnerState.buildParams)],
|
args: ['-c', cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(command, cloud_runner_state_1.CloudRunnerState.buildParams)],
|
||||||
workingDir: `/${workingDirectory}`,
|
workingDir: `${workingDirectory}`,
|
||||||
resources: {
|
resources: {
|
||||||
requests: {
|
requests: {
|
||||||
memory: buildParameters.cloudRunnerMemory,
|
memory: buildParameters.cloudRunnerMemory,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -105,7 +105,7 @@ class KubernetesJobSpecFactory {
|
||||||
command: ['/bin/sh'],
|
command: ['/bin/sh'],
|
||||||
args: ['-c', CloudRunnerBuildCommandProcessor.ProcessCommands(command, CloudRunnerState.buildParams)],
|
args: ['-c', CloudRunnerBuildCommandProcessor.ProcessCommands(command, CloudRunnerState.buildParams)],
|
||||||
|
|
||||||
workingDir: `/${workingDirectory}`,
|
workingDir: `${workingDirectory}`,
|
||||||
resources: {
|
resources: {
|
||||||
requests: {
|
requests: {
|
||||||
memory: buildParameters.cloudRunnerMemory,
|
memory: buildParameters.cloudRunnerMemory,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue