Configuration when using readOnlyRootFilesystem #569
Unanswered
geoff-maddock
asked this question in
Help and Support
Replies: 1 comment
-
Yes, i think this relates to PR: #502 which was to make these changes to the privileges. I've been away couple weeks, so it's now bit outdated, but take a look at that dockerfile and see if that helps. When i get back, I'll look into this again and rebase, test and hopefully merge that PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our team is working on improving security in our cluster, so for our dashy deployment we've made a few security changes to the deployment, including modifying the security context:
However, now I find the app cannot start, after erroring out on some build steps:
I added /app/dist as an emptyDir volume and mounted into the container, but still see the same error above.
Anyone have tips on running dashy in this sort of secured deployment?
Beta Was this translation helpful? Give feedback.
All reactions