Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Update README.md documentation for new persistence structure from PR #117 #121

@michaelstingl

Description

@michaelstingl

Description

PR #117 introduced significant changes to the persistence configuration structure, but the documentation in charts/opencloud/README.md still shows the old format.

What needs to be updated

1. OpenCloud persistence configuration

The README currently shows:

| `opencloud.persistence.enabled` | Enable persistence | `true` |
| `opencloud.persistence.size` | Size of the persistent volume | `10Gi` |
| `opencloud.persistence.storageClass` | Storage class | `""` |
| `opencloud.persistence.accessMode` | Access mode | `ReadWriteOnce` |

Should be updated to reflect the new structure:

  • Split into config and data sections
  • Add existingClaim documentation

2. Add documentation for existingClaim feature

Need to document the new existingClaim parameter for:

  • postgres.persistence.existingClaim
  • onlyoffice.persistence.existingClaim
  • opencloud.persistence.config.existingClaim
  • opencloud.persistence.data.existingClaim
  • opencloud.storage.s3.internal.persistence.existingClaim

3. Add example usage

Show how to use existing PVCs:

opencloud:
  persistence:
    data:
      existingClaim: "my-existing-data-pvc"
    config:
      existingClaim: "my-existing-config-pvc"

Related

cc @teo - Since you implemented these changes, would you be able to help update the documentation? 🙏

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions