Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
add helm plugin yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Dec 28, 2019
1 parent e4454ba commit 77ae8a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 77ae8a5

Please sign in to comment.