| commit | e34a0619663e034438bbda9a3908b1bb0da327a6 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 16 13:56:10 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 16 13:56:10 2023 +0400 |
| tree | 3e8793138b1775dbb077effa3e840fec85c9af4e | |
| parent | 8921297821a5c14a6d5dd57a388ccdac167834ea [diff] [blame] |
installer: app templates
diff --git a/core/installer/values-tmpl/tailscale-proxy.jsonschema b/core/installer/values-tmpl/tailscale-proxy.jsonschema index f42d895..9452893 100644 --- a/core/installer/values-tmpl/tailscale-proxy.jsonschema +++ b/core/installer/values-tmpl/tailscale-proxy.jsonschema
@@ -1,6 +1,8 @@ { "type": "object", "properties": { + "Username": { "type": "string", "default": "example" }, + "IPSubnet": { "type": "string", "default": "10.1.0.1" } }, "additionalProperties": false }