first commit

This commit is contained in:
ston1th 2019-12-04 14:26:39 +01:00
commit be3c522f14
11 changed files with 635 additions and 0 deletions

8
build.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
source env.txt
kubectl -n status-reporter delete deploy status-reporter
GO111MODULE=off ko apply -f config/
kubectl apply -f secret.yaml
sleep 10
kubectl -n status-reporter logs -f $(kubectl -n status-reporter get pod -ojsonpath='{.items[0].metadata.name}')