added readme
This commit is contained in:
parent
5c5e8dcba1
commit
523fdec5ce
8 changed files with 22 additions and 7 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# pvc-reaper
|
||||
|
||||
The PersistentVolumeClaim Reaper cleans up `PersistentVolumes` created by Tekton Pipelines that are stuck in the `terminating` state.
|
||||
|
||||
# Build and run
|
||||
|
||||
```
|
||||
echo KO_DOCKER_REPO='gcr.io/my-gcloud-project-name' >env.txt
|
||||
|
||||
./build.sh
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue