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 f1e956d commit 842336cCopy full SHA for 842336c
plugin.yaml
@@ -19,5 +19,5 @@ platformCommand:
19
arch: amd64
20
command: "$HELM_PLUGIN_DIR/bin/wrapper.bat"
21
hooks:
22
- install: "scripts/install.sh"
23
- update: "scripts/update.sh"
+ install: "$HELM_PLUGIN_DIR/scripts/install.sh"
+ update: "$HELM_PLUGIN_DIR/scripts/update.sh"
0 commit comments