initial commit
This commit is contained in:
12
dev/tekton/examples/example-bank/pipelines/bank-pvc.yaml
Executable file
12
dev/tekton/examples/example-bank/pipelines/bank-pvc.yaml
Executable file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: maven-repo-pvc
|
||||
spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
volumeMode: Filesystem
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
Reference in New Issue
Block a user