| commit | 3fd5e4c5a9377f023ceb8e5dd6a3113484fe46ef | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Dec 19 22:09:40 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Dec 19 22:09:40 2023 +0400 |
| tree | 84d6969af18be4cd9196554add023df4e0ca4bdc | |
| parent | d4b76ee9bda3c59d09fe373eee7f3599410d89b9 [diff] [blame] |
apps: penpot
diff --git a/core/installer/values-tmpl/penpot.jsonschema b/core/installer/values-tmpl/penpot.jsonschema new file mode 100644 index 0000000..0824944 --- /dev/null +++ b/core/installer/values-tmpl/penpot.jsonschema
@@ -0,0 +1,8 @@ +{ + "type": "object", + "properties": { + "Network": { "type": "string", "default": "Public", "role": "network" }, + "Subdomain": { "type": "string", "default": "penpot" } + }, + "additionalProperties": false +}