Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/agentex/lib/cli/handlers/deploy_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,6 @@ def merge_deployment_configs(
helm_values[TEMPORAL_WORKER_KEY]["env"] = convert_env_vars_dict_to_list(
helm_values[TEMPORAL_WORKER_KEY]["env"]
)

print("Deploying with the following helm values: ", helm_values)alues["env"] = convert_env_vars_dict_to_list(helm_values["env"])
if TEMPORAL_WORKER_KEY in helm_values:
helm_values[TEMPORAL_WORKER_KEY]["env"] = convert_env_vars_dict_to_list(
helm_values[TEMPORAL_WORKER_KEY]["env"]
)

print("Deploying with the following helm values: ", helm_values)
return helm_values

Expand Down
Loading