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
unable to create open /etc/temporal/config/docker.yaml: read-only file system
unable to create open ./config/docker.yaml: permission denied
Describe the solution you'd like
For the FS part, typically, an emptyDir is mounted where the code needs to write.
For the rest, not sure what's the issue, but the container should not need to run as root to run.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A security context like this:
is standard.
Several components fail with those settings:
Describe the solution you'd like
For the FS part, typically, an
emptyDir
is mounted where the code needs to write.For the rest, not sure what's the issue, but the container should not need to run as root to run.
The text was updated successfully, but these errors were encountered: