Skip to content

Commit

Permalink
Add new options to call to init-user added in https://github.com/mini…
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Oct 10, 2018
1 parent af39937 commit 9e5f686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control_panel_api/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def init_user(self, username, email, fullname):
'--set', f'Username={username_slug}',
'--set', f'Email={email}',
'--set', f'Fullname={fullname}',
'--set', f'Env={settings.ENV}',
'--set', f'OidcDomain={settings.OIDC_DOMAIN}',
)

def uninstall_init_user_chart(self, username):
Expand Down

0 comments on commit 9e5f686

Please sign in to comment.