Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 29, 2020 08:42
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 velotiotech/4d2dc81bff168ae2fe574e10af0e5cc3 to your computer and use it in GitHub Desktop.
Save velotiotech/4d2dc81bff168ae2fe574e10af0e5cc3 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-fs
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: csi-hostpath-sc # defined in csi-setup.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment