| commit | 7efe22f412bb249bd1f41bdcc758edbd749198c8 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 13:01:53 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 13:01:53 2023 +0400 |
| tree | 93e0846c9814426677787f9d49b7066ab8852ee0 | |
| parent | bd6be7f5122b7158121e9cf79215b78eeaefff17 [diff] [blame] |
appmanager-api: render, install
diff --git a/core/installer/values-tmpl/rpuppy.jsonschema b/core/installer/values-tmpl/rpuppy.jsonschema new file mode 100644 index 0000000..36619aa --- /dev/null +++ b/core/installer/values-tmpl/rpuppy.jsonschema
@@ -0,0 +1,7 @@ +{ + "type": "object", + "properties": { + "Subdomain": { "type": "string", "default": "woof" } + }, + "additionalProperties": false +}