mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-05-16 13:20:33 +00:00
14 lines
304 B
YAML
14 lines
304 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: dockerfile
|
|
labels:
|
|
type: local
|
|
spec:
|
|
capacity:
|
|
storage: 10Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
storageClassName: local-storage
|
|
hostPath:
|
|
path: <local-directory> # replace with local directory, such as "/home/<user-name>/kaniko" |