Created
March 13, 2018 22:17
-
-
Save darron/30aeb989dc8bee646608a565e51b862c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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