Skip to content

Commit

Permalink
Add flag to disable alerts panels
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 14, 2023
1 parent 84a798a commit 6df0e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubedb-grafana-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following table lists the configurable parameters of the `kubedb-grafana-das
| dashboard.overwrite | If true, dashboard with matching uid will be overwritten | <code>true</code> |
| dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | <code>false</code> |
| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | <code>false</code> |
| dashboard.alerts | | <code>false</code> |
| dashboard.replacements | | <code>{}</code> |
| grafana.name | Name of Grafana Appbinding where these dashboards are applied | <code>""</code> |
| grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | <code>""</code> |
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-grafana-dashboards/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dashboard:
title: false
# If true, datasource will be hardcoded in the dashboard
datasource: false
alerts: false
replacements: {}
# job=\"kube-state-metrics\": job=\"kubernetes-service-endpoints\"
# job=\"kubelet\": job=\"kubernetes-nodes-cadvisor\"
Expand Down

0 comments on commit 6df0e6a

Please sign in to comment.