We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e8ede commit 6572cddCopy full SHA for 6572cdd
helm-doc.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+chmod +x $(dirname "$0")/helm-doc
3
+$(dirname "$0")/helm-doc
plugin.yaml
@@ -5,4 +5,4 @@ description: |-
5
This plugin allows generating doc containing possible configurations of helm charts.
6
ignoreFlags: false
7
useTunnel: false
8
-command: "$HELM_PLUGIN_DIR/helm-doc"
+command: "$HELM_PLUGIN_DIR/helm-doc.sh"
0 commit comments