Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 3 | |
| 4 | # Default values for grafana-aether. |
| 5 | # This is a YAML-formatted file. |
| 6 | # This chart loads Grafana and creates configmaps for the datasources and dashboards. |
| 7 | |
| 8 | nameOverride: "" |
| 9 | fullnameOverride: "" |
| 10 | |
| 11 | # Project namespaces where Rancher's Prometheus lives. |
| 12 | # Each dashboard may draw its data from a different Prometheus. |
| 13 | globalStatusMonitorNamespace: "" |
| 14 | |
| 15 | grafana: |
| 16 | grafana.ini: |
| 17 | auth.anonymous: |
| 18 | enabled: true |
| 19 | sidecar: |
| 20 | dashboards: |
| 21 | enabled: true |
| 22 | datasources: |
| 23 | enabled: true |