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

[Enhancement][data-prepper] Support configurable initContainers #643

Open
janhoy opened this issue Jan 14, 2025 · 0 comments · May be fixed by #644
Open

[Enhancement][data-prepper] Support configurable initContainers #643

janhoy opened this issue Jan 14, 2025 · 0 comments · May be fixed by #644
Labels
enhancement New feature or request untriaged Issues that have not yet been triaged

Comments

@janhoy
Copy link
Contributor

janhoy commented Jan 14, 2025

Is your feature request related to a problem? Please describe.

Not possible to configure init containers for the data-prepper pod.

Describe the solution you'd like

User should be able to add their own custom init container for data-prepper to their values.yaml file, through a simple

initContainers:
  - name: foo
    image: busybox
    command: ls

Describe alternatives you've considered

Fork the chart

Additional context

N/A

@janhoy janhoy added enhancement New feature or request untriaged Issues that have not yet been triaged labels Jan 14, 2025
@janhoy janhoy changed the title [Enhancement][data-prepper] [Enhancement][data-prepper] Support configurable initContainers Jan 14, 2025
@janhoy janhoy linked a pull request Jan 14, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issues that have not yet been triaged
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant