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

[tempo-distributed] Fix Memcached StatefulSet volumeMounts formatting issue #3547

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

baileymjensen
Copy link
Contributor

@baileymjensen baileymjensen commented Jan 28, 2025

Description

In using this chart, I came across a formatting error. The conditional for disabling memcached-exporter does not wrap all of its possible settings. If you use volumeMounts and disable memcached-exporter, it still adds the volumeMounts and results in adding a second duplicate section to the memcached container config.

This change fixes that.

I also wonder if we should set the memcached-exporter extraVolumeMounts to be configured via:
.Values.memcachedExporter.extraVolumeMounts rather than the current .Values.memcached.extraVolumeMounts so that it is possible to mount different things into each container in the case you may need to rather than them both getting the same thing.

@baileymjensen baileymjensen marked this pull request as ready for review January 29, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant