Skip to content

Commit

Permalink
prow-build-trusted: Add PVC for publishing-bot
Browse files Browse the repository at this point in the history
Related to:
  - kubernetes/publishing-bot#353

Add a PVC that will be used publishing-bot as a prowjob

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Aug 4, 2023
1 parent cb46c7e commit 3a568f3
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Prow PVCs
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: publishing-bot-pvc
namespace: test-pods
labels:
app: publisher
spec:
storageClassName: "premium-rwo"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi

0 comments on commit 3a568f3

Please sign in to comment.