[kube-prometheus-stack] Document Grafana dashboard folder options - #7219
Open
VERNIERELoic wants to merge 1 commit into
Open
[kube-prometheus-stack] Document Grafana dashboard folder options#7219VERNIERELoic wants to merge 1 commit into
VERNIERELoic wants to merge 1 commit into
Conversation
Add commented examples for `grafana.sidecar.dashboards.folderAnnotation` and `grafana.sidecar.dashboards.provider.foldersFromFilesStructure`, which let the Grafana sidecar group dashboards into folders. Both keys are supported by the Grafana subchart but were not discoverable from this chart's values.yaml. Values-only documentation change, no rendered output changes by default. Signed-off-by: Loic VERNIERE <loic.verniere@icloud.com>
VERNIERELoic
requested review from
GMartinez-Sisti,
QuentinBisson,
Xtigyro,
andrewgkew,
gianrubio,
gkarthiks and
jkroepke
as code owners
August 27, 2026 09:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
grafana.sidecar.dashboardsin this chart is passed straight to the Grafana subchart, which supports grouping dashboards into Grafana folders viafolderAnnotation+provider.foldersFromFilesStructure. Neither key appears in this chart'svalues.yaml, so users have no way to discover the feature without digging into the Grafana chart.This adds both as commented examples next to the keys they belong to:
Which issue this PR fixes
N/A
Special notes for your reviewer
Comments only — no change to rendered output with default values. Verified that setting both values renders the expected
FOLDER_ANNOTATIONenv var on the dashboard sidecar andoptions.foldersFromFilesStructure: truein the dashboard provider configmap.Checklist
values.yaml(this chart does not keep a values table in README.md)[prometheus-couchdb-exporter])