diff --git a/control_panel_api/helm.py b/control_panel_api/helm.py index b5c325688..25691035c 100644 --- a/control_panel_api/helm.py +++ b/control_panel_api/helm.py @@ -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):