feat: complete readme.md file

Bu işleme şunda yer alıyor:
RouxAntoine 2021-03-22 22:37:51 +01:00
ebeveyn eb9ccad432
işleme 58a7dcd52c
İmzalayan: antoine
GPG Anahtar Kimliği: 098FB66FC0475E70
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme

19
readme.md Normal dosya
Dosyayı Görüntüle

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