Skip to content

Instantly share code, notes, and snippets.

@sachin-netbook
Last active June 9, 2022 14:45
Show Gist options
  • Save sachin-netbook/de3ec12421c46d1e0c06d3b84fa6fc5b to your computer and use it in GitHub Desktop.
Save sachin-netbook/de3ec12421c46d1e0c06d3b84fa6fc5b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: efs-pv
spec:
capacity:
storage: 60Gi
volumeMode: Filesystem
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: efs-sc
csi:
driver: efs.csi.aws.com
volumeHandle: "YOUR EFS ID"
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment