Skip to content

pg-db helm chart error, issue with cluster template #766

@auvansang

Description

@auvansang

Look at the cluster template: https://github.com/percona/percona-helm-charts/blob/main/charts/pg-db/templates/cluster.yaml
and the attached image

Image

if we define dataVolumeClaimSpec without specify the access mode this would render

dataVolumeClaimSpec:
  - ReadWriteOnce

instead of the expectation is

dataVolumeClaimSpec:
  accessModes:
    - ReadWriteOnce

that will cause of failing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions