Last active
January 29, 2019 21:38
-
-
Save iandow/33eed533893f6d61125fcbb76e9dd562 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
# Copyright (c) 2009 & onwards. MapR Tech, Inc., All rights reserved | |
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: test-static-pvc | |
namespace: test-csi | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
resources: | |
requests: | |
storage: 5G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment