k8s-csi-s3/deploy/kubernetes/storageclass.yaml
2018-07-22 12:39:54 +02:00

11 lines
240 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, goofys or s3ql
# s3fs is the default
# mounter: s3ql