pvc-reaper/build.sh
2019-12-01 00:52:25 +01:00

6 lines
154 B
Bash
Executable file

#!/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}')