| commit | cafd4e63ce3f39090699ef8ec608ddc71d62856a | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jul 31 10:53:40 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 31 11:37:08 2024 +0400 |
| tree | daa290416e753df724bb1e37f44144f8e6c00352 | |
| parent | b54db2456380b3f4070d789a8bf1cb82b226dad9 [diff] [blame] |
DodoApp: Implement user synchronization API Change-Id: Id38c96f379832d2d5034e215de2e51d28a25634c
diff --git a/core/installer/values-tmpl/dodo-app.cue b/core/installer/values-tmpl/dodo-app.cue index 7e2a1a7..cfd0933 100644 --- a/core/installer/values-tmpl/dodo-app.cue +++ b/core/installer/values-tmpl/dodo-app.cue
@@ -129,6 +129,7 @@ persistentVolumeClaimName: volumes.db.name allowedNetworks: strings.Join([for n in input.allowedNetworks { n.name }], ",") external: input.external + fetchUsersAddr: "http://memberships-api.\(global.namespacePrefix)core-auth-memberships.svc.cluster.local/api/users" } } }