-
Notifications
You must be signed in to change notification settings - Fork 138
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: set optimize global elasticsearch prefix #2491
Conversation
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.
Thanks @jonathanlukas 🙌
Could you please make the fix for all chart versions? (the current fix is for 8.5 only)
@aabouzaid done for 8.3, 8.4, 8.5, 8.6, alpha and latest. For 8.2, the property |
c3252c1
to
bc7a737
Compare
bc7a737
to
20b9cf9
Compare
@drodriguez-305 now takes care of reviewing this task. |
b8994de
to
a9e8c4b
Compare
Which problem does the PR fix?
Optimize does not respect the
global.elasticsearch.prefix
, so this setting has to be adjusted manually.What's in this PR?
respect the elasticsearch prefix in the environment-config.yaml
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only
.After opening the PR: