Skip to content

Commit

Permalink
Merge pull request #8 from nebari-dev/mutate
Browse files Browse the repository at this point in the history
Mutate
  • Loading branch information
Adam-D-Lewis authored May 3, 2023
2 parents 2a1483e + 53b2b8e commit d297fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion nebari_workflow_controller/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def mutate_template(container_keep_portions, spec_keep_portions, template):
**value,
}
else:
# TODO: I think this will throw error if template doesn't have container key
template["container"][key] = value
elif isinstance(value, list):
if key in template["container"]:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies = [
"uvicorn==0.21.1",
"pydantic==1.10.7",
"jsonpatch==1.32",
"kubernetes==26.1.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit d297fd5

Please sign in to comment.