Skip to content

Commit

Permalink
Merge pull request #37 from gravitational/fred/fix-label-default-value
Browse files Browse the repository at this point in the history
Fixed invalid default dashboard label value
  • Loading branch information
fheinecke authored Mar 21, 2024
2 parents 8c758c2 + 08d4cd0 commit e72478f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fixed invalid default dashboard label value

## [0.0.11] - 2024-03-21
### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exporter:
dashboards:
enabled: false
additionalLabels:
grafana_dashboard: true # Default label for Grafana Helm chart dashboard sidecar
grafana_dashboard: "true" # Default label for Grafana Helm chart dashboard sidecar

podAnnotations: {}
podLabels: {}
Expand Down

0 comments on commit e72478f

Please sign in to comment.