-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix: add extraEnvFrom to the global variables in the helm chart #12652
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
Conversation
This is in reference to this line: loki/production/helm/loki/values.yaml Line 114 in c9c0e9a
|
Also solves #11391 |
@simonfelding Thanks for this contribution. The documentation hasn't been updated as mentioned in the failing CI step. Can you fix this? Once that is done I'll merge this. |
@MichelHollands Thanks for the quick response. I've tried running |
@MichelHollands ping :) |
Can you remove that file and rerun the make step? Also please update the version everywhere. |
@simonfelding this one is impacting us as well, thank you for the PR, is there anything we can do to help move this along? |
Oops, forgot about it and changed jobs. I'm on vacation right now, but how about you make a pull request to my repo that fixes it? |
`make -C docs sources/setup/install/helm/reference.md`
This includes: * admin-api * bloom-builder * bloom-planner * overrides-exporter * tokengen
@simonfelding, I rebased and updated your work in your repo in simonfelding#1 |
Updates for upstream grafana#12652
Thank you so much @sdwilsh - you need to sign the CLA ! This is important. You have to press the recheck button after you do it. @MichelHollands @JStickler we are ready to merge now! |
@simonfelding Closing as duplicate of #16062 |
@JStickler that's rude. We worked on this for free and you just copy it and close our PR when it's finished. Why can't we get credit for our work? This is not very encouraging for future community contributions. |
@simonfelding, my apologies, it was not my intent to be rude or dismissive of your contribution. It happened that I had just reviewed the updates to the docs in the other PR, then reviewed this PR and realized that you were adding the same global variable. So I closed this PR adding a single variable in favor of the other PR adding five variables. I want you to know that we've had quite a few Slack threads discussing how best to respond to your comments, and to acknowledge your work, as we do care about our community members. |
What this PR does / why we need it:
Makes the helm values.yaml work like the documentation in values.yaml says it does.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR