Skip to content

readOnlyRootFilesystem: false in config-demo-deployment.yaml #537

@brianredbeard

Description

@brianredbeard

Description

The deployment has readOnlyRootFilesystem: false which is a security concern. Containers should use read-only root filesystems when possible.

Location

https://github.com/validatedpatterns/multicloud-gitops/blob/main/charts/all/config-demo/templates/config-demo-deployment.yaml

securityContext:
  readOnlyRootFilesystem: false

Expected Behavior

Set to true and use emptyDir volumes for writable paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions