| commit | 12850ee12b7f4b0a60ae0f13757a875b29d84e89 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 22 13:11:17 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 22 13:11:17 2023 +0400 |
| tree | 3cac4fb0cdf3ae81c032154580a07b4d1b4de8ed | |
| parent | 63c0f91be02b4d6d9b52f344b0c6dfd4941c5f45 [diff] [blame] |
installer: welcome
diff --git a/core/installer/values-tmpl/welcome.jsonschema b/core/installer/values-tmpl/welcome.jsonschema new file mode 100644 index 0000000..8a011ca --- /dev/null +++ b/core/installer/values-tmpl/welcome.jsonschema
@@ -0,0 +1,8 @@ +{ + "type": "object", + "properties": { + "RepoAddr": { "type": "string", "default": "ssh://192.168.0.11/example" }, + "SSHPrivateKey": { "type": "string", "default": "foo bar" } + }, + "additionalProperties": false +}