Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Added ability to specify gid and uid #109

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

livingroot
Copy link

It can be specified in StorageClass like this:

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: csi-s3-ctrox-rclone
provisioner: ch.ctrox.csi.s3-driver
parameters:
  mounter: rclone
  usePrefix: "true"
  gid: "33"
  uid: "33"
reclaimPolicy: Retain
volumeBindingMode: Immediate

Also changed version to 1.3.0

@livingroot
Copy link
Author

Solves this issue: #21

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants