Skip to content

Align read-only support across Intel & Collab Helm charts #174

Description

@danc094codetogether

Description

Some customers run our containers with a read-only root filesystem (Docker & K8s). Intel currently handled this with a custom readOnlyMode.enabled flag + an initContainer, which diverges from Collab (ex-Live), where mounts are gated only by securityContext.readOnlyRootFilesystem. This could cause failures like writes to /run/volatile and nginx pid/log issues when RO is enabled.

Goal

Make Intel behave like Collab: no initContainer, mount required writable paths only when securityContext.readOnlyRootFilesystem=true, and keep behavior off otherwise. Remove the redundant flag.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

area: helmIssues related to our helm charts.

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions