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 labels, annotations, and priorityClassName for operator pod to chart #881

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

gysel
Copy link
Contributor

@gysel gysel commented Oct 18, 2024

Description

You can now add labels, annotations, and a priorityClassName to operator pods via Helm values. This is commonly required for metrics scraping or sidecar injection.

Issues Resolved

Closes #274

Check List

  • Commits are signed per the DCO using --signoff
  • Unittest added for the new/changed functionality and all unit tests are successful
  • Customer-visible features documented
  • No linter warnings (make lint)

Please refer to the PR guidelines before submitting this pull request.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Collaborator

@swoehrl-mw swoehrl-mw left a comment

Choose a reason for hiding this comment

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

Hi @gysel. Thank you for your PR. Please see my inline comment.

@swoehrl-mw swoehrl-mw changed the title Add label, annotation, and priorityClassName to operator chart values Add labels, annotations, and priorityClassName for operator pod to chart Oct 18, 2024
@swoehrl-mw swoehrl-mw merged commit c9e7f11 into opensearch-project:main Oct 18, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Add support for adding 'standard' fields to pods
2 participants