added readme
This commit is contained in:
parent
5c5e8dcba1
commit
523fdec5ce
8 changed files with 22 additions and 7 deletions
5
build.sh
5
build.sh
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source env
|
||||
source env.txt
|
||||
kubectl -n pvc-reaper delete deploy pvc-reaper
|
||||
ko apply -f config/
|
||||
sleep 5
|
||||
kubectl -n pvc-reaper logs -f $(kubectl -n pvc-reaper get pod -ojsonpath='{.items[*].metadata.name}')
|
||||
kubectl -n pvc-reaper logs -f $(kubectl -n pvc-reaper get pod -ojsonpath='{.items[0].metadata.name}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue