| commit | fa57edf358cfa3771e3ee9c017cd80283a891e30 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 14 13:49:47 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 14 13:49:47 2023 +0400 |
| tree | 1842b8b564e6fc0e4bb71d5ceffaa7e90db56652 | |
| parent | 38496bbce75fb81751be6997dccac51b98476977 [diff] [blame] |
installer: app value templates
diff --git a/core/installer/values-tmpl/ingress-private.jsonschema b/core/installer/values-tmpl/ingress-private.jsonschema index 46ae9c3..f9556db 100644 --- a/core/installer/values-tmpl/ingress-private.jsonschema +++ b/core/installer/values-tmpl/ingress-private.jsonschema
@@ -2,6 +2,7 @@ "type": "object", "properties": { "GandiAPIToken": { "type": "string" }, + "ReservedIP": { "type": "string" }, }, "additionalProperties": false }