Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created September 23, 2019 06:54
Show Gist options
  • Save abhirockzz/089cdd7b45251f0ef49037c683c8598d to your computer and use it in GitHub Desktop.
Save abhirockzz/089cdd7b45251f0ef49037c683c8598d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: azure-disk-pv
spec:
capacity:
storage: 2Gi
storageClassName: ""
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
azureDisk:
kind: Managed
diskName: <enter-disk-name>
diskURI: <enter-disk-resource-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment