We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 223be62 + bed8626 commit aa2d7dfCopy full SHA for aa2d7df
src/agentex/lib/cli/handlers/deploy_handlers.py
@@ -232,13 +232,6 @@ def merge_deployment_configs(
232
helm_values[TEMPORAL_WORKER_KEY]["env"] = convert_env_vars_dict_to_list(
233
helm_values[TEMPORAL_WORKER_KEY]["env"]
234
)
235
-
236
- print("Deploying with the following helm values: ", helm_values)alues["env"] = convert_env_vars_dict_to_list(helm_values["env"])
237
- if TEMPORAL_WORKER_KEY in helm_values:
238
- helm_values[TEMPORAL_WORKER_KEY]["env"] = convert_env_vars_dict_to_list(
239
- helm_values[TEMPORAL_WORKER_KEY]["env"]
240
- )
241
242
print("Deploying with the following helm values: ", helm_values)
243
return helm_values
244
0 commit comments