Skip to content

Commit

Permalink
add containers
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla committed Jun 13, 2024
1 parent d9c2e9a commit 6c88bdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(

def update_pod_template(self):
self.pod_template.pod_spec = V1PodSpec(
containers=[],
init_containers=[
V1Container(
name="model-server",
Expand Down

0 comments on commit 6c88bdc

Please sign in to comment.