Skip to content

fix(helm): fix indent for alertmanager-dep.yaml extraVolumes #11202

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

Merged
merged 3 commits into from
Apr 15, 2025

Conversation

vincentbernaud
Copy link
Contributor

@vincentbernaud vincentbernaud commented Apr 12, 2025

What this PR does

This PR fixes a helm templating issues when running alertmanager as a deployment and extraVolumes are set either in global or alertmanager sections.

Which issue(s) this PR fixes or relates to

Fixes #9775

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@vincentbernaud vincentbernaud requested a review from a team as a code owner April 12, 2025 11:04
@CLAassistant
Copy link

CLAassistant commented Apr 12, 2025

CLA assistant check
All committers have signed the CLA.

@narqo
Copy link
Contributor

narqo commented Apr 14, 2025

Thank you for the PR. The changes look good to me. While you're in the context of the problem, could you check other similar places in the chart — specifically in graphite-proxy — do they have the same problem?

@vincentbernaud vincentbernaud force-pushed the patch-helm-alertmanager branch from 822155c to cfb9923 Compare April 14, 2025 19:45
@vincentbernaud
Copy link
Contributor Author

Thank you for the PR. The changes look good to me. While you're in the context of the problem, could you check other similar places in the chart — specifically in graphite-proxy — do they have the same problem?

Hi @narqo, thanks for the review. I looked at the whole chart and I did find the same issue in graphite-proxy querier and write_proxy. I updated the PR to fix it too.

Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
Copy link
Contributor

@narqo narqo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🔥

@narqo narqo merged commit 6126c4b into grafana:main Apr 15, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extraVolumes block fails for alertmanager
3 participants