mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[PR #695] [MERGED] feat: Ensure container can run with readOnlyRootFilesystem #1072
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/695
Author: @stxm
Created: 4/9/2024
Status: ✅ Merged
Merged: 4/10/2024
Merged by: @meltyshev
Base:
master← Head:emptydir📝 Commits (2)
afb3a54feat: Ensure container can run with readOnlyRootFilesystem07dba03chore: Update chart version📊 Changes
2 files changed (+10 additions, -1 deletions)
View changed files
📝
charts/planka/Chart.yaml(+1 -1)📝
charts/planka/templates/deployment.yaml(+9 -0)📄 Description
This PR succeds https://github.com/plankanban/planka/pull/681
When
securityContext.readOnlyRootFilesystem: trueis true, an emptyDir volumeMount is added.This is an ephemeral storage location for the contents of
/app/logs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.