An open API service indexing awesome lists of open source software.

https://github.com/logicmonitor/lmc

Helm plugin for Logicmonitor's LM Container Helm Chart
https://github.com/logicmonitor/lmc

Last synced: 11 months ago
JSON representation

Helm plugin for Logicmonitor's LM Container Helm Chart

Awesome Lists containing this project

README

          

# 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`