Skip to content

Commit

Permalink
fix(settings): TASK key
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault CAMALON authored and Thibault CAMALON committed Jun 20, 2023
1 parent 037a495 commit 24544e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def build_broker_url(user: str, password: str, host: str, port: str) -> str:
"LIST_WORKSPACE": to_bool(os.environ.get("TASK_LIST_WORKSPACE", True)),
"BUILDER_MIRROR": to_bool(os.environ.get("BUILDER_MIRROR", False)),
"BUILDER_IMAGE": os.environ.get("BUILDER_IMAGE"),
"KANIKO_DOCKER_CONFIG_SECRET_NAME": os.environ.get("BUILDER_DOCKER_CONFIG_SECRET_NAME"),
"BUILDER_DOCKER_CONFIG_SECRET_NAME": os.environ.get("BUILDER_DOCKER_CONFIG_SECRET_NAME"),
"COMPUTE_POD_STARTUP_TIMEOUT_SECONDS": int(os.environ.get("COMPUTE_POD_STARTUP_TIMEOUT_SECONDS", 300)),
}

Expand Down

0 comments on commit 24544e2

Please sign in to comment.