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
When using read only root filesystem in the securityContext:
Error: ENOENT: no such file or directory, mkdir '/home/node/.cache'
2024-01-16T17:47:37.516Z | error | Error: Exiting due to an error. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-01-16T17:47:37.517Z | error | Error: ENOENT: no such file or directory, mkdir '/home/node/.cache' "{ file: 'LoggerProxy.js', function: 'exports.error' }"
And there is no extraVolumes/extraVolumeMounts in the values to propagate an emptyDir volume to this path to mitigate the issue.
The text was updated successfully, but these errors were encountered:
When using read only root filesystem in the securityContext:
And there is no extraVolumes/extraVolumeMounts in the values to propagate an emptyDir volume to this path to mitigate the issue.
The text was updated successfully, but these errors were encountered: