mimir
mimir copied to clipboard
Helm: add commonLabels (#9067)
What this PR does
Every object created by the chart could have custom labels.
Which issue(s) this PR fixes or relates to
Fixes #9067
Checklist
- [ ] Tests updated.
- [ ] Documentation added.
- [ ]
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]. - [ ]
about-versioning.mdupdated with experimental features.
Hello @ftrigari . Thanks a lot for your contribution !
The proposed change looks good overall and makes sense. However, I noticed that the lint-helm check is currently failing. It seems this is due to the change introducing an empty line when no labels are provided.
Could you please address this issue to ensure the lint-helm check passes?
Hi @NickAnge, I'm sorry but I messed up my fork 😓 I deleted all my old commits, updated the repo, committed my edited files, and then created a new PR. The new PR is https://github.com/grafana/mimir/pull/10385