Files
helm-dashboard/plugin.yaml
2024-12-01 21:44:44 +00:00

10 lines
325 B
YAML

name: "dashboard"
version: "2.0.3"
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"