Skip to content

Fix values.yaml field name to match CRD specification#133

Open
thpham wants to merge 1 commit intocybertec-postgresql:mainfrom
thpham:fix/wrong-value-in-chart-crd
Open

Fix values.yaml field name to match CRD specification#133
thpham wants to merge 1 commit intocybertec-postgresql:mainfrom
thpham:fix/wrong-value-in-chart-crd

Conversation

@thpham
Copy link

@thpham thpham commented Feb 11, 2026

Summary

  • Fixed incorrect field name in values.yaml to match the CRD specification
  • Changed readonly_root_filesystem to container_readonly_root_filesystem

Details

The values.yaml file referenced readonly_root_filesystem, but the actual field name in the OperatorConfiguration CRD is container_readonly_root_filesystem. This mismatch could cause configuration issues when the chart is deployed.

Changes

  • Updated field name in charts/postgres-operator/values.yaml from readonly_root_filesystem to container_readonly_root_filesystem

Testing

Update `readonly_root_filesystem` to `container_readonly_root_filesystem`
in values.yaml to align with the actual field name defined in the
OperatorConfiguration CRD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant