first commit
This commit is contained in:
commit
e8a57ace39
16 changed files with 1486 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable 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}')
|
||||
Loading…
Add table
Add a link
Reference in a new issue