wunderio / csi-rclone

CSI driver for rclone
Apache License 2.0
214 stars 62 forks source link

User supplied flags question #21

Closed aasirvalji closed 3 years ago

aasirvalji commented 3 years ago

At what point in the install should I be passing in the user supplied flags to override the default values in nodeserver.go?

Jancis commented 3 years ago

You can pass them either in rclone secret or the PersistentVolume csi.volumeAttributes. The latter will override values in previous definition (nodeserver.go values -> rclone secrets -> PV volumeAttributes)