Last active
November 1, 2019 00:02
-
-
Save chukaofili/ff684499d66ae790b325ff6e7b86af2c to your computer and use it in GitHub Desktop.
DigitalOcean storage class
This file contains 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/v1 | |
metadata: | |
name: [name-goes-here] | |
annotations: | |
storageclass.kubernetes.io/is-default-class: "true" | |
parameters: | |
zone: [region-goes-here] | |
provisioner: external/digitalocean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment