Skip to content

Commit

Permalink
Merge pull request #39 from gravitational/fred/val-fix-1
Browse files Browse the repository at this point in the history
Fixed wrong default value for grafana dashboard sidecar default label
  • Loading branch information
fheinecke authored Mar 21, 2024
2 parents 8870052 + 565a676 commit 0b93ec6
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 wrong default value for grafana dashboard sidecar default label

## [0.0.12] - 2024-03-21
### Fixed
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: "1" # Default label for Grafana Helm chart dashboard sidecar

podAnnotations: {}
podLabels: {}
Expand Down

0 comments on commit 0b93ec6

Please sign in to comment.