Skip to content

profilebrowser: fix incorrect settings#3227

Merged
ikreymer merged 1 commit intomainfrom
profilebrowser-pod-fixes
Mar 17, 2026
Merged

profilebrowser: fix incorrect settings#3227
ikreymer merged 1 commit intomainfrom
profilebrowser-pod-fixes

Conversation

@ikreymer
Copy link
Copy Markdown
Member

  • 'allowPrivilegeEscalation' and 'readOnlyRootFilesystem' should be at the container level, not pod level to work
  • with 'readOnlyRootFilesystem' actually set to true, fix emptyDir volume to be /tmp to allow writing to tmp dir

- 'allowPrivilegeEscalation' and 'readOnlyRootFilesystem' should be at the pod level
- with 'readOnlyRootFilesystem' actually set to true, fix emptyDir volume to be /tmp to allow writing to tmp dir
@ikreymer ikreymer requested a review from tw4l March 16, 2026 19:55
Copy link
Copy Markdown
Member

@tw4l tw4l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good comparing against k8s docs (e.g. https://kubernetes.io/docs/tasks/configure-pod-container/security-context/), profile backend tests are passing, tested locally and working there as well.

@ikreymer ikreymer merged commit 6136351 into main Mar 17, 2026
24 checks passed
@ikreymer ikreymer deleted the profilebrowser-pod-fixes branch March 17, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants