diff --git a/charts/open-webui/custom-values.yaml b/charts/open-webui/custom-values.yaml index 809992f..5d4ea16 100644 --- a/charts/open-webui/custom-values.yaml +++ b/charts/open-webui/custom-values.yaml @@ -44,6 +44,10 @@ extraEnvVars: value: 'true' - name: OAUTH_MERGE_ACCOUNTS_BY_EMAIL value: 'true' + - name: DEFAULT_USER_ROLE + value: user + - name: ENV + value: prod volumeMounts: initContainer: []