Skip to content

Commit

Permalink
Update deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 committed Oct 31, 2024
1 parent 028e59a commit b8b674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aladdin/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def deploy(
helm_chart_path = ProjectConf().get_helm_chart_path(chart)

helm_args = [
f"--values=aladdin://{cluster_code}"
f"--values=aladdin://{cluster_code}",
]
values = HelmRules.get_helm_values()
# Add user-specified values files
Expand Down

0 comments on commit b8b674d

Please sign in to comment.