Skip to content

Helm plugin for Logicmonitor's LM Container Helm Chart

License

Notifications You must be signed in to change notification settings

logicmonitor/lmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57267d0 · Jul 6, 2022

History

11 Commits
Jun 29, 2022
Jul 4, 2022
Jul 6, 2022
Jun 29, 2022
Jul 4, 2022
Jun 29, 2022
Jun 29, 2022
Jun 29, 2022
Jun 29, 2022
Jul 4, 2022
Jun 29, 2022
Jun 29, 2022
Jul 4, 2022
Jul 4, 2022
Jul 6, 2022

Repository files navigation

lmc

Developing plugin

Replace hooks with following in plugin.yaml

install: "cd $HELM_PLUGIN_DIR; export PROFILE=LOCAL; export DIST_DIR=${PWD}/dist; export version=`git --git-dir=${PWD}//.git describe --tags --always --dirty=-SNAPSHOT-\\`git --git-dir=$(PWD)/.git rev-parse --short HEAD\\` | tr -d 'v'`; . ./scripts/install.sh"
update: "cd $HELM_PLUGIN_DIR; export PROFILE=LOCAL; export DIST_DIR=${PWD}/dist; export version=`git --git-dir=${PWD}//.git describe --tags --always --dirty=-SNAPSHOT-\\`git --git-dir=$(PWD)/.git rev-parse --short HEAD\\` | tr -d 'v'`; . ./scripts/install.sh"

Run make deploy