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 ability to specify initContainers #305

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

czuares
Copy link

@czuares czuares commented Jan 29, 2025

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • If possible, the test configuration is adjusted so acceptance tests cover my changes

This piggybacks off #287 and extends the functionality to initContainers. This is an essential enhancement if you want to use a native Kubernetes Sidecar instead of an extra container. This allows Jobs to function as expected rather than hanging forever. The primary use case is deploying to Google's CloudSQL and allowing the init/setup jobs to work and exit properly.

@czuares czuares force-pushed the feat/initContainers branch from dc5d300 to bc296db Compare January 29, 2025 20:36
@fforootd
Copy link
Member

CC @eliobischof

@czuares czuares force-pushed the feat/initContainers branch from bc296db to a65978c Compare January 30, 2025 14:21
@eliobischof eliobischof self-assigned this Feb 5, 2025
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.

3 participants