slack-bot/readme.md

20 lines
388 B
Markdown
Raw Permalink Normal View History

2021-03-22 21:37:51 +00:00
# slack bot notifier
This repository contain go application deploy into kubernetes job batch with cron.
Each run application run some cli check and assert condition on cli stdout. If assertion failed
a notification is send to slack channel.
## local build
`make build`
## docker build and deploy
```
make docker-build
cd manifests/
terraform init
terraform apply --auto-approve
```