2
0
Fork 0

feat: complete readme.md file

Dieser Commit ist enthalten in:
RouxAntoine 2021-03-22 22:37:51 +01:00
Ursprung eb9ccad432
Commit 58a7dcd52c
Signiert von: antoine
GPG-Schlüssel-ID: 098FB66FC0475E70
1 geänderte Dateien mit 19 neuen und 0 gelöschten Zeilen

19
readme.md Normale Datei
Datei anzeigen

@ -0,0 +1,19 @@
# 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
```