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