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