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

feat(cluster): Add support for passing inheritedMetadata to Cluster spec #400

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

codelite7
Copy link

This should resolve #326

apriebeAVSystem and others added 2 commits September 24, 2024 11:32
…cloudnative-pg#346)

Utilized the tpl function to evaluate the owner string as a template inside the Helm template.

---------

Signed-off-by: apriebeAVSystem <[email protected]>
Co-authored-by: Itay Grudev <[email protected]>
Signed-off-by: Zack Stevens <[email protected]>
Added inheritedMetadata to cluster.yaml
Added inheritedMetadata to values.yaml with default value with commented example and references
Added inheritedMetadata to values.schema.json

Signed-off-by: Zack Stevens <[email protected]>
@itay-grudev itay-grudev added the chart( cluster ) Related to the cluster chart label Oct 9, 2024
Copy link
Collaborator

@itay-grudev itay-grudev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you please be able to add a test for this in: https://github.com/cloudnative-pg/charts/tree/main/charts/cluster/test/postgresql-cluster-configuration

This tests whether non-default configuration properties get forwarded correctly and ensures we don't accidentally break something in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( cluster ) Related to the cluster chart no tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(cluster): Add support for passing inheritedMetadata to Cluster spec
3 participants