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

feat: Add labels and annotations to pods. #681

Commits on Jul 15, 2024

  1. Add labels and annotations to pods.

    Currently, there is only one deployment, so avoid premature optimization
    by making these global (and follow the same pattern for
    imagePullSecrets)
    
    Requires more aggressive usage of the `strip-kustomize-helm.sh` script
    because we have to preserve existing annotations and labels from the
    config/manager directory.
    
    Also update labels and annotations for injected pods (FlagD sidecar,
    FlagD standalone, and FlagD proxy).
    
    Signed-off-by: Christopher Pitstick <cpitstick@lat.ai>
    cpitstick-latai committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c6ccfc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix: handle nil maps in flagd-standalone

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    59686ce View commit details
    Browse the repository at this point in the history