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
+}