-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: change object_store.prefix to object_store.storage_prefix in helm #16266
Conversation
@icylord can you also sign the CLA? you might have to amend the existing commits to match the github email id :) |
already fixed. thanks for the remind |
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.
lgtm
@icylord can you also update the docs and add a changelog entry before I can merge this?
https://github.com/grafana/loki/actions/runs/13342965178/job/37316522282
make -C docs sources/setup/install/helm/reference.md
done |
according to doc: https://grafana.com/docs/loki/v3.4.x/configure/#thanos_object_store_config
the field for prefix for storage keys is
storage_prefix
notprefix
, this will cause helm deploy fail loading config.