| commit | a1e7790c41fbccde0c4796c2606cf7b1734fb950 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Nov 06 14:48:27 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Nov 06 14:48:27 2023 +0400 |
| tree | 6dba18f5e5987fcd0295b42e7488c13196c5f42d | |
| parent | 29c95caac0f7f792bc6d3b145c7d6b075ef6612c [diff] [blame] |
installer: use soft-serve keygen lib
diff --git a/core/installer/values-tmpl/metallb-ipaddresspool.jsonschema b/core/installer/values-tmpl/metallb-ipaddresspool.jsonschema index 479ef98..d76700b 100644 --- a/core/installer/values-tmpl/metallb-ipaddresspool.jsonschema +++ b/core/installer/values-tmpl/metallb-ipaddresspool.jsonschema
@@ -4,7 +4,8 @@ "Name": { "type": "string" }, "From": { "type": "string" }, "To": { "type": "string" }, - "AutoAssign": { "type": "boolean" } + "AutoAssign": { "type": "boolean" }, + "Namespace": { "type": "string" } }, "additionalProperties": false }