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 Chart - Grafana Dashboards Label - Missing metamonitoring.dashboards.labels #7195

Closed
bulmust opened this issue Jan 23, 2024 · 0 comments

Comments

@bulmust
Copy link

bulmust commented Jan 23, 2024

Describe the bug

In Mimir-Distributed Helm Charts default value, there is a part for metamonitoring.dashboards.labels but this does not added to grafana-dashboards.yaml

To Reproduce

  1. Deploy Mimir-distributed using helm chart with following value.
# values.yaml
metaMonitoring:
  dashboards:
    enabled: true
  labels:
    grafana_dashboard: "hello"
  1. The configmap does not change. For example
# kubectl get configmaps mimir-alertmanager-dashboard -oyaml
...
Labels:
    grafana_dashboard=1
...

Expected behavior

...
Labels:
    grafana_dashboard="hello"
...

Environment

  • Infrastructure: Kubernetes
  • Deployment tool: helm

Additional Context

This file needs to be modified.

@bulmust bulmust closed this as completed Jan 23, 2024
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

No branches or pull requests

1 participant