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
All good so far and the application starts. It also immediately logs errors because it can't the copy custom.css and custom.js files in the /app/config folder. ls -ll /app shows that the config dir is owned by root:root.
Modified the following chart files to work around this..
Chart version: 2.0.1
App version: v0.9.6
Setting the following (pod)securityContext options in ./charts/common/values.yaml..
and enable persistence for logs in ./values.yaml..
I get the following file permissions & ownership for all of the chart's mounted volumes..
All good so far and the application starts. It also immediately logs errors because it can't the copy custom.css and custom.js files in the /app/config folder.
ls -ll /app
shows that the config dir is owned by root:root.Modified the following chart files to work around this..
Result is that the
/app/config
dir is now also owned by root:node and can be written to by uid=1000.The text was updated successfully, but these errors were encountered: