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 support for multiple config files #3410

Closed
wperron opened this issue Oct 30, 2024 · 2 comments
Closed

Add support for multiple config files #3410

wperron opened this issue Oct 30, 2024 · 2 comments
Labels
enhancement New feature or request needs triage

Comments

@wperron
Copy link

wperron commented Oct 30, 2024

Component(s)

collector

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

I want to define a basic set of configuration in the config block, but also allow for arbitrary configurations to be added via an additional configmap. In my case I'm deploying the operator as a Helm subchart and want users of my chart to be able to pass arbitrary blocks of configurations that I can't know ahead of time.

Describe the solution you'd like

I want to mount a configmap which contains additional configuration to be passed to controller, and then add a config: /path/to/additional-config.yaml arg that would be added to the container's args.

Currently this doesn't work because the operator ignores the config key from the args part of the spec.

Describe alternatives you've considered

No response

Additional context

No response

@wperron wperron added enhancement New feature or request needs triage labels Oct 30, 2024
@jaronoff97
Copy link
Contributor

@wperron we have a long standing open issue here #1906, for now, i would recommend checking out the opentelemetry-kube-stack chart which already does the merging via helm.

@jaronoff97
Copy link
Contributor

If you have ideas on how you think the linked issue above should work, would love to hear any ideas. Thank you!

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

No branches or pull requests

2 participants