Skip to content

Commit

Permalink
Merge pull request #341 from ministryofjustice/init-user-chart-new-op…
Browse files Browse the repository at this point in the history
…tions

Add new options to call to init-user added in
  • Loading branch information
David Read authored Oct 10, 2018
2 parents af39937 + 9e5f686 commit e4e97db
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 e4e97db

Please sign in to comment.