Created
May 8, 2020 12:29
-
-
Save vamsijakkula/6c5e903740b9f80be17c853be84bd02d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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