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

Fix node spec podLabels bug #184

Merged
merged 1 commit into from
Sep 21, 2024

Commits on Sep 13, 2024

  1. Fix node spec podLabels bug

    The operator does not add node spec's podLabels to the statefulsets
    unless a user also defines podLabels for the cluster spec.
    
    This change will always add both cluster and node spec podLabels as long
    as they are defined. If same labels are defined for both cluster spec and
    pod spec then it'll prefer node spec values over cluster spec.
    owais committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fff64f6 View commit details
    Browse the repository at this point in the history