-
Notifications
You must be signed in to change notification settings - Fork 628
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
Support Helm using the -config.file
but hosted in the values.yaml
#3790
Comments
I have a same confusion. So, I need to configue |
👋 Hi, Let me try to clarify two different aspects about Pyroscope's configuration:
storage:
backend: s3
s3:
endpoint: ...
bucket_name: ...
...
The current values.yaml provides default settings, but these are meant to be customized according to your needs. |
Thanks for your reply。 Another question about |
If I'm not wrong, there's this open PR that aims to address this. |
Hi @marcsanmi , According to the doc,set |
That PR is introducing a new config It should be available in the next release. |
OK,I get it,thank you for your patience. |
No problem! Closing this, feel free to reopen it in case something is missing |
Is your feature request related to a problem? Please describe.
It is extremely confusing what config is relevant in the Helm chart today.
The config in the Helm chart today is for a dependency "Phlare", and can seem like it is part of the Pyroscope configuration.
pyroscope/operations/pyroscope/helm/pyroscope/values.yaml
Lines 155 to 169 in bbe05cc
But when you look closer, this is not the Pyroscope configuration file. The example uses:
But Pyroscope uses:
This means that most of the available configuration parameters are left to be specified in the
extraArgs
section as CLI params.Describe the solution you'd like
There should be a structured Pyroscope configuration that aligns with the Pyroscope documentation in the Helm chart values.
The text was updated successfully, but these errors were encountered: