| commit | d76414ebcf4a079b003f1edd67edbee330408c94 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 21 13:30:23 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 21 13:30:23 2023 +0400 |
| tree | fcd481ac8bf95ff5ecc8bbf1bca57d6576c3d580 | |
| parent | c89b900f8c8f0bc1d9ed13dbfe1abf1a86559fb1 [diff] [blame] |
auth: disable registration on ui
diff --git a/charts/auth/templates/ui.yaml b/charts/auth/templates/ui.yaml index e3eb4a6..c9e9416 100644 --- a/charts/auth/templates/ui.yaml +++ b/charts/auth/templates/ui.yaml
@@ -91,3 +91,4 @@ - --email-domain={{ .Values.ui.domain }} - --api-port=8081 - --kratos-api=http://kratos-admin.{{ .Release.Namespace }}.svc.cluster.local + - --enable-registration={{ .Values.ui.enableRegistration }}