Skip to content

Commit

Permalink
uncomment install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Ye committed Sep 25, 2021
1 parent f8bbb47 commit abec8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ description: |-
query return a non-empty result.
ignoreFlags: false
command: "$HELM_PLUGIN_DIR/bin/helm3-monitor"
#hooks:
# install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
# update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"

0 comments on commit abec8c7

Please sign in to comment.