| commit | 4257b905211f530f42934956ad9fd935cf501bff | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jul 07 17:08:42 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jul 07 17:08:42 2023 +0400 |
| tree | 57bf9364f91b25d98bb2e05bec4edfb811e27099 | |
| parent | af940c87b4c70277b5abfdfe2c54d90b174edaa9 [diff] [blame] |
appmanager: replace svelte implementation with go based one
diff --git a/core/installer/values-tmpl/certificate-issuer-private.jsonschema b/core/installer/values-tmpl/certificate-issuer-private.jsonschema index 46ae9c3..cb7e4dc 100644 --- a/core/installer/values-tmpl/certificate-issuer-private.jsonschema +++ b/core/installer/values-tmpl/certificate-issuer-private.jsonschema
@@ -1,7 +1,7 @@ { "type": "object", "properties": { - "GandiAPIToken": { "type": "string" }, + "GandiAPIToken": { "type": "string" } }, "additionalProperties": false }