Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 8, 2020 12:29
Show Gist options
  • Save vamsijakkula/6c5e903740b9f80be17c853be84bd02d to your computer and use it in GitHub Desktop.
Save vamsijakkula/6c5e903740b9f80be17c853be84bd02d to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: local-hostpath-pvc
spec:
storageClassName: openebs-hostpath
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment