Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameekagarwal/b5013b4645d62d287aeb2868ae37e5c3 to your computer and use it in GitHub Desktop.
Save shameekagarwal/b5013b4645d62d287aeb2868ae37e5c3 to your computer and use it in GitHub Desktop.
Persistent Volume Claim for Dynamic Persistent Volume
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jenkins-storage
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment