| commit | 44f621bf542469bae8b1888765a0e5e95b4b4459 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Apr 29 09:44:38 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Apr 30 16:19:37 2024 +0400 |
| tree | e8bae41e2b6b7b8b9d18b2255cc20a85db61c5c0 | |
| parent | e72b54f819a38afc6656b99010370d6f3d51c38e [diff] [blame] |
AppManager: clean up UI Change-Id: I8119ea81c80ff6165f4217dfdf9837e776703fc0
diff --git a/core/installer/values-tmpl/vaultwarden.cue b/core/installer/values-tmpl/vaultwarden.cue index eb10479..72c2ec4 100644 --- a/core/installer/values-tmpl/vaultwarden.cue +++ b/core/installer/values-tmpl/vaultwarden.cue
@@ -1,6 +1,6 @@ input: { - network: #Network - subdomain: string + network: #Network @name(Network) + subdomain: string @name(Subdomain) } _domain: "\(input.subdomain).\(input.network.domain)"