Created
June 23, 2020 09:46
-
-
Save velotiotech/82fabdcecab06ee1b004b8c0843c597f 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: testclaim | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
resources: | |
requests: | |
storage: 1Gi | |
storageClassName: fast-rbd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment