first commit

This commit is contained in:
ston1th 2019-12-01 21:25:08 +01:00
commit e8a57ace39
16 changed files with 1486 additions and 0 deletions

7
build.sh Executable file
View file

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