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
livingroot wants to merge 3 commits intoctrox:masterfrom
Nevatrip:feature/uid-and-gid
Open

Added ability to specify gid and uid#109
livingroot wants to merge 3 commits intoctrox:masterfrom
Nevatrip:feature/uid-and-gid

Conversation

@livingroot
Copy link
Copy Markdown

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
Copy Markdown
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