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

[operator] Allow custom labels and annotations #1067

Merged

Commits on Mar 25, 2024

  1. [operator] Add the ability to add additionalLabels

    This already existed in the `opentelemetry-collector` chart, now it
    is available in the `opentelemetry-operator` as well.
    
    These labels can be useful in environments where additional labels
    are recommended or required.
    heyLu committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0667767 View commit details
    Browse the repository at this point in the history
  2. [operator] Allow adding custom annotations to various objects

    Similar to `additionalLabels`, but for annotations.  This is somewhat
    inspired by `cert-manager`s Helm chart [1], which allows custom annotations
    on essentially all Kubernetes objects.
    
    E.g. there could be internal annotations in certain environments that
    are recommended or required
    
    [1]: https://artifacthub.io/packages/helm/cert-manager/cert-manager
    heyLu committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b47b74e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08043e7 View commit details
    Browse the repository at this point in the history