Minimal launchable HELM plugin

This commit is contained in:
Andrey Pohilko
2022-08-22 17:08:51 +03:00
parent a455280ab0
commit d2092f10b6
4 changed files with 1837 additions and 0 deletions

8
plugin.yaml Normal file
View File

@@ -0,0 +1,8 @@
name: "dashboard"
version: "0.0.0"
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"