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

[collector] Allow more flexibility around adding volumes/volumeMounts #1106

Closed

Conversation

chunter0
Copy link
Contributor

The changes included here add more flexibilitly to opentelemetry-collector deployments when being consumed as a subchart. Having both volumes/volumeMounts and extraVolumes/extraVolumeMounts allows the owner of the subchart a space to add pre-defined volumes/volumeMounts. Giving the consumer the freedom to add more volumes/volumeMounts under extraVolumes/extraVolumeMounts fields.

@chunter0 chunter0 requested a review from a team March 28, 2024 16:29
@TylerHelmuth
Copy link
Member

@chunter0 please on an issue where we can discuss in depth the problem you're experiencing and how this PR solves it.

@@ -230,7 +230,9 @@ priorityClassName: ""

extraEnvs: []
extraEnvsFrom: []
volumes: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need repeated volumes when we already have extraVolumes?

extraVolumes: []
volumeMounts: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Copy link

github-actions bot commented May 4, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@chunter0
Copy link
Contributor Author

chunter0 commented May 4, 2024

I opened #1168 for discussion

CC: @TylerHelmuth @JaredTan95 @povilasv

@github-actions github-actions bot removed the Stale label May 5, 2024
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label May 19, 2024
Copy link

github-actions bot commented Jun 2, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants