-
Notifications
You must be signed in to change notification settings - Fork 506
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
[collector] Make it possible to mount configMap by chart name #1105
[collector] Make it possible to mount configMap by chart name #1105
Conversation
@chunter0 it isn't clear to me how this field is different than |
Opened an issue here for discussion |
@open-telemetry/helm-approvers please review |
57b7eb8
to
852e551
Compare
I commented on the issue |
Co-authored-by: Tyler Helmuth <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great :D thank you!
…elemetry#1105) * update with configMap field with mount option * update comment * update schema * change name to `includeMount` * bump version * re-generate examples * use existingName field instead * Merge remote-tracking branch 'upstream/main' into chunter/configmap-mount-option * update comment and move logic to template * Apply suggestions from code review Co-authored-by: Tyler Helmuth <[email protected]> * safe-guard configMap creation * add configMap error message --------- Co-authored-by: Tyler Helmuth <[email protected]>
This change adds
configMap.mount
field which can be used to control mounting the configMap by chart name. This new field is helpful when using opentelemetry-collector as a subchart it will allow users the ability to create their own configuration and still have the configMap mounted under the default schema.