Skip to content

Instantly share code, notes, and snippets.

@darron
Created March 13, 2018 22:17
Show Gist options
  • Save darron/30aeb989dc8bee646608a565e51b862c to your computer and use it in GitHub Desktop.
Save darron/30aeb989dc8bee646608a565e51b862c to your computer and use it in GitHub Desktop.
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: encrypted
provisioner: kubernetes.io/aws-ebs
parameters:
type: gp2
encrypted: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment