Skip to content

Commit 6572cdd

Browse files
committed
add start script to ensure execution rights
1 parent 85e8ede commit 6572cdd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

helm-doc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
chmod +x $(dirname "$0")/helm-doc
3+
$(dirname "$0")/helm-doc

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: |-
55
This plugin allows generating doc containing possible configurations of helm charts.
66
ignoreFlags: false
77
useTunnel: false
8-
command: "$HELM_PLUGIN_DIR/helm-doc"
8+
command: "$HELM_PLUGIN_DIR/helm-doc.sh"

0 commit comments

Comments
 (0)