Skip to content
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

Helm: Fix the reference error of loki/loki helm chart #1056

Merged
merged 4 commits into from
Oct 24, 2019
Merged

Helm: Fix the reference error of loki/loki helm chart #1056

merged 4 commits into from
Oct 24, 2019

Conversation

polar3130
Copy link
Contributor

What this PR does / why we need it:
This PR fixes the reference error in loki/loki helm chart caused by undeclarated variable "promtail.name".
Instead of declare the variable "promtail.name", I propose that add new variable "client.name" ( for Loki, clients are not always Promtail ).

Which issue(s) this PR fixes:
Fixes #878

Special notes for your reviewer:

Checklist

  • Documentation added
  • Tests updated

add new valuable "client.name"
instead of "promtail.name"
@polar3130 polar3130 changed the title fix: reference error of loki/loki helm chart Helm: Fix the reference error of loki/loki helm chart Sep 25, 2019
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

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

LGTM

@cyriltovena cyriltovena merged commit 87c9452 into grafana:master Oct 24, 2019
@polar3130 polar3130 deleted the fix-loki-helm-chart branch October 24, 2019 15:35
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.

loki/loki helm chart: template "promtail.name" does not exist
2 participants