Skip to content

Instantly share code, notes, and snippets.

@MartinHeinz
Created October 11, 2021 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinHeinz/a1270557722478b65a4ec33f632a36cb to your computer and use it in GitHub Desktop.
Save MartinHeinz/a1270557722478b65a4ec33f632a36cb to your computer and use it in GitHub Desktop.
# This assumes that PersistentVolume gets created automatically
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: kaniko-workspace
spec:
storageClassName: default
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment