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

Add possibility to add custom configmap needed by optional init containers #228

Open
atouboulic opened this issue Jul 13, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@atouboulic
Copy link

Current Vector Version : vector 0.13.2

Proposal :

Add possibility to add optional custom configmap needed by optional init containers.

Use Case:

This would be usefull in order to setting up geoip VRL for example. The VRL requires access to the mmdb and currently, there is no way to set it up without creating a specific config map manually.

@spencergilbert spencergilbert added enhancement New feature or request good first issue Good for newcomers labels Jul 14, 2022
@spencergilbert
Copy link
Contributor

This is probably possible today with extraVolumes, extraVolumeMounts, and initContainers but we can certainly improve the UX if that's the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants