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

aws-for-fluent-bit: Add extraLabels parameter, fix ServiceMonitor namespace selector #1035

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2023

  1. aws-for-fluent-bit: Add extraLabels parameter

    This adds an "extraLabels" parameter to add labels to an internal helper
    that maintains the labels for the various resources.
    
    Also bumps the chart version accordingly.
    crdrost committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f5953fc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. aws-for-fluent-bit: Fix ServiceMonitor ns selector

    This commit fixes a namespace selector in the Prometheus Operator's
    ServiceMonitor definition. If you deploy the Helm release into, say, the
    default namespace, but use a namespaceOverride to put Fluent Bit into
    the "fluent-bit" or "cloudwatch" namespace, then this will look in the
    wrong Kubernetes namespace for your service and you won't get metrics.
    crdrost committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6e90cf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Add full labels to DaemonSet

    Custom labeling should be applied to the DaemonSet too, and this is
    possible only if we use the full labels instead of just the
    selectorLabels.
    crdrost committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c202cb8 View commit details
    Browse the repository at this point in the history