Skip to content

Composio does not run with default config #38

@jbmolle

Description

@jbmolle

When running a flow with Composio, I get the following error:
[Errno 30] Read-only file system: '.composio.lock'

It's because Composio tries to write .composio.lock under /app but in securityContext we have readOnlyRootFilesystem: true which disables writing under /app if no volume is created.

If I modify the securityContext with readOnlyRootFilesystem: false then it works correctly. Maybe this should be the default else Composio doesn't work and other users may not know why.

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