| commit | 5c2c0b9624d05a915fa317c2024989106d7e8670 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 07 17:35:40 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 07 20:31:20 2023 +0400 |
| tree | 896473347017fa36c6b22c15b04277b140ea0485 | |
| parent | 91494a688c3f0287a9636659e3827fa2979501ea [diff] [blame] |
bootstrapper: tie up all dns related services
diff --git a/core/installer/values-tmpl/cert-manager-webhook-pcloud.jsonschema b/core/installer/values-tmpl/cert-manager-webhook-pcloud.jsonschema new file mode 100644 index 0000000..a6adce7 --- /dev/null +++ b/core/installer/values-tmpl/cert-manager-webhook-pcloud.jsonschema
@@ -0,0 +1,8 @@ +{ + "type": "object", + "properties": { + "APIGroupName": { "type": "string" }, + "ResolverName": { "type": "string" } + }, + "additionalProperties": false +}