k8s-csi-s3/deploy/kubernetes/storageclass.yaml
2018-07-14 10:48:22 +02:00

11 lines
234 B
YAML

---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: csi-s3
provisioner: ch.ctrox.csi.s3-driver
parameters:
# specify which mounter to use
# can be set to s3fs or goofys
# s3fs is the default
# mounter: s3fs