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 support for pod annotations in doris Helm charts #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bluicezhen
Copy link

Add support for pod annotations in Helm charts

What this PR does

This PR adds support for setting pod annotations through Helm values. While the CRD already supports pod annotations configuration, this functionality was missing in the Helm charts.

Changes

  • Added podAnnotations field in values.yaml to allow users to specify custom pod annotations
  • Updated the pod template in deployment to include the annotations
  • Added documentation and example usage in values.yaml

Example Usage

Users can now set pod annotations in their values.yaml:

This commit introduces the ability to define annotations for various components in the Doris Helm chart, including front-end (fe), back-end (be), compute node (cn), and broker specifications. Annotations can now be specified in the values.yaml file, enhancing customization options for pod and service configurations.
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