Fix the binary path

This commit is contained in:
Andrei Pohilko
2022-09-26 14:40:14 +01:00
parent 388c330390
commit c1732c86a5
2 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: "dashboard"
version: "0.0.5"
usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/dashboard"
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"