first commit

This commit is contained in:
ston1th 2019-12-01 00:52:25 +01:00
commit 5c5e8dcba1
11 changed files with 451 additions and 0 deletions

6
build.sh Executable file
View 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}')