You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: changing permissions on mounted PVC on startup is best-effort
On OpenShift there is a "permission denied" issue with the 'chmod' command, even though it succeeds and makes the volume writable. Using chmod with the '-f' flag didn't help either, so opting for a best-effort approach by always returning a success status code.
0 commit comments