Skip to content

Instantly share code, notes, and snippets.

@iandow
Last active January 29, 2019 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandow/33eed533893f6d61125fcbb76e9dd562 to your computer and use it in GitHub Desktop.
Save iandow/33eed533893f6d61125fcbb76e9dd562 to your computer and use it in GitHub Desktop.
# 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