Skip to content

Commit

Permalink
set JOB_MAIN_CONTAINER envs in low-resource-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Sep 17, 2024
1 parent d70ad70 commit 0556ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmd/local/local/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ func (c *Command) Install(ctx context.Context, opts InstallOpts) error {
"workload-launcher.env_vars.CHECK_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0",
"workload-launcher.env_vars.DISCOVER_JOB_MAIN_CONTAINER_CPU_REQUEST=0",
"workload-launcher.env_vars.DISCOVER_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0",
"workload-launcher.env_vars.JOB_MAIN_CONTAINER_CPU_REQUEST=0",
"workload-launcher.env_vars.JOB_MAIN_CONTAINER_MEMORY_REQUEST=0",
"workload-launcher.env_vars.SPEC_JOB_MAIN_CONTAINER_CPU_REQUEST=0",
"workload-launcher.env_vars.SPEC_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0",
"workload-launcher.env_vars.SIDECAR_MAIN_CONTAINER_CPU_REQUEST=0",
Expand Down

0 comments on commit 0556ba0

Please sign in to comment.