Skip to content

Commit

Permalink
Add helm plugin yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Feb 27, 2017
1 parent bc152cf commit 37c9472
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugin.yaml
@@ -0,0 +1,16 @@
name: "schelm"
version: "0.1.0"
usage: "Render a helm manifest to a directory"
description: |-
The schelm command ingests a helm manifest via STDIN and renders
the kubernetes templates into a directory structure according
to the "# Source:" comments from the manifest.
Examples:
helm install --dry-run --debug CHART | helm schelm OUTPUT_DIR
helm upgrade --dry-run --debug CHART | helm schelm OUTPUT_DIR
helm get RELEASE manifest | helm schelm OUTPUT_DIR
ignoreFlags: false
useTunnel: false
command: "$HELM_PLUGIN_DIR/schelm"

0 comments on commit 37c9472

Please sign in to comment.