Skip to content

Commit

Permalink
test: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 14, 2023
1 parent 08a45ea commit 74ef36d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .kontinuous/env/dev/templates/upload.pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: csi-s3-pvc
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storageClassName: csi-s3

0 comments on commit 74ef36d

Please sign in to comment.