Skip to content

Instantly share code, notes, and snippets.

@jkeam
Last active August 25, 2021 21:01
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 jkeam/0a61b51535c00d879adcb4418da8d62e to your computer and use it in GitHub Desktop.
Save jkeam/0a61b51535c00d879adcb4418da8d62e to your computer and use it in GitHub Desktop.
Tekton Workspace PVC
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: source-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment