We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Operator supports passing metadata that will be inherited by all resources related to Cluster.
Spec - https://github.com/cloudnative-pg/cloudnative-pg/blob/main/api/v1/cluster_types.go#L254
The text was updated successfully, but these errors were encountered:
As workaround you can pass INHERITED_LABELS to configmap/secret of the operator my values.yaml
INHERITED_LABELS
values.yaml
config: data: INHERITED_LABELS: finops
Definition from the doc
list of label names that, when defined in a Cluster metadata, will be inherited by all the generated resources, including pods
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Operator supports passing metadata that will be inherited by all resources related to Cluster.
Spec - https://github.com/cloudnative-pg/cloudnative-pg/blob/main/api/v1/cluster_types.go#L254
The text was updated successfully, but these errors were encountered: