Files
helm-dashboard/plugin.yaml
Andrei Pohilko 7de7c85426 Release 0.2.8
2022-11-24 16:01:36 +00:00

10 lines
324 B
YAML

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