Files
helm-dashboard/plugin.yaml
2022-09-26 14:24:43 +01:00

9 lines
300 B
YAML

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"
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"