From 77ae8a51826472497ae5748bc7e755d8db1f8186 Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Sat, 28 Dec 2019 20:10:28 +0530 Subject: [PATCH] add helm plugin yaml --- plugin.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin.yaml diff --git a/plugin.yaml b/plugin.yaml new file mode 100644 index 0000000..fb1af9f --- /dev/null +++ b/plugin.yaml @@ -0,0 +1,8 @@ +name: "schema-gen" +version: "0.0.1" +usage: "generate json schema for values yaml" +description: "generate json schema for values yaml" +command: "$HELM_PLUGIN_DIR/bin/helm-schema-gen" +hooks: + install: "cd $HELM_PLUGIN_DIR; scripts/install.sh" + update: "cd $HELM_PLUGIN_DIR; scripts/install.sh" \ No newline at end of file