Skip to content

Instantly share code, notes, and snippets.

@ahelland
Created April 18, 2018 08:09
Show Gist options
  • Save ahelland/48d06df603b007bf3190e529cca9df06 to your computer and use it in GitHub Desktop.
Save ahelland/48d06df603b007bf3190e529cca9df06 to your computer and use it in GitHub Desktop.
Kubernetes YAML definition for azure-file-sc referred to in "Building Microservices with AKS and VSTS — Part 4"
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: azurefile
provisioner: kubernetes.io/azure-file
parameters:
storageAccount: k8sazurefiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment