-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied on executables #27
Comments
Yes. For some reason I'm unable to chmod (or chown) any file in the volume. Therefore I'm unable to give execute permissions to shell scripts. |
I think I found a solution.
Example of Secret:
The option set in the PersistentVolume takes precedence over the option set in the Secret, according to csi-rclone readme. I tried the above approach and managed to execute scripts on the mounted volume. You can set a different File Mode for |
Hello,
I'm using csi-rclone with the GitLab Runners helm chart in order to provide RWX volumes.
Getting permission denied executing shell scripts that are pulled through git. Has anyone experienced permission issues?
The text was updated successfully, but these errors were encountered: