Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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