From 26aa3eceae1a94acb7361840d4dbb40e398ec0c3 Mon Sep 17 00:00:00 2001 From: Vaibhav Kaushik Date: Thu, 4 Feb 2021 02:13:25 +0530 Subject: [PATCH] Fix link in APIServer-Catalog Examples --- design/vela-core/APIServer-Catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/vela-core/APIServer-Catalog.md b/design/vela-core/APIServer-Catalog.md index d5a033b69..4e788a8c9 100644 --- a/design/vela-core/APIServer-Catalog.md +++ b/design/vela-core/APIServer-Catalog.md @@ -323,7 +323,7 @@ In our future roadmap, we will build a catalog controller for each k8s cluster. ### Package parameters -We can parse the schema of parameters from Helm Chart or Terraform. For example, Helm supports [value schema file](https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas/) for input validation and there is an [automation tool](https://github.com/karuppiah7890/helm-schema-gen] to generate the schema. +We can parse the schema of parameters from Helm Chart or Terraform. For example, Helm supports [value schema file](https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas/) for input validation and there is an [automation tool](https://github.com/karuppiah7890/helm-schema-gen) to generate the schema. ### Package dependency