Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Mahmoud committed May 11, 2021
1 parent 22e5409 commit 015b3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudman/projman/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _init_default_project_charts(self, project):
if chart_template:
project.charts.create(chart_template.name)
else:
client.charts.create("cloudve", "projman", project.namespace)
client.charts.create("cloudve", "projman", project.namespace, release_name=f'projman-{project.namespace}')

def create(self, name):
self.check_permissions('projman.add_project')
Expand Down

0 comments on commit 015b3ab

Please sign in to comment.