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