Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 26, 2023
1 parent 5831bc5 commit a574f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/utils/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def input_to_k8s_env_vars(_inputs, pipeline_work_dir, env={}, args={}, prefix=""
for input_id, _input in _inputs.items():
# Use input[input_id].value if provided
value = _input.value

print(input_id, _input, "\n\n")
if value != None:
k8senvvars.append(
V1EnvVar(
Expand Down

0 comments on commit a574f60

Please sign in to comment.