Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a validated field for Postgres parameters #4060

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cbandy
Copy link
Member

@cbandy cbandy commented Dec 20, 2024

The validation rules of Kubernetes 1.29 (Beta in 1.25) allow for this kind of field.

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?
    • Have you added automated tests?

Type of Changes:

  • New feature

What is the current behavior (link to any open issues here)?

Postgres parameters are specified under .spec.patroni.dynamicConfiguration.

What is the new behavior (if this is a feature change)?

Postgres parameters can be specified under .spec.config.parameters and .spec.patroni.dynamicConfiguration. The two sections are merged, with the former taking precedence.

Other Information:

Issue: PGO-313

The validation rules of Kubernetes 1.29 (Beta in 1.25) allow for this
kind of field.

Issue: PGO-313
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