Files
helm-dashboard/plugin.yaml
Andrei Pohilko 5cae4b5adf Release 0.1.1
2022-10-12 12:23:03 +01:00

9 lines
305 B
YAML

name: "dashboard"
version: "0.1.1"
usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI"
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"