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

Ensure server-config-init and server-config-init-base are in initContainers #572

Merged

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented Sep 26, 2023

What this PR does:
Changes the override function of initContainers. Previously, setting "server-config-init" would allow overriding all the initContainers, but that also meant removing "server-config-init-base" even if that was actually necessary and user did not set it.

Which issue(s) this PR fixes:
Fixes #571

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

…initContainers, even if one or the other is using overrides
@burmanm burmanm requested a review from a team as a code owner September 26, 2023 11:36
Copy link
Contributor

@adejanovski adejanovski left a comment

Choose a reason for hiding this comment

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

Looks good and works as expected 👍

@burmanm burmanm merged commit e915cb5 into k8ssandra:master Sep 26, 2023
34 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More resilience to initContainers overrides
2 participants