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 | apiVersion: v1 |
| 5 | kind: ConfigMap |
| 6 | metadata: |
| 7 | name: {{ .Release.Name }}-dashboards |
| 8 | labels: |
| 9 | grafana_dashboard: "1" |
| 10 | data: |
Andy Bavier | 5c91c1c | 2020-09-01 11:47:38 -0700 | [diff] [blame] | 11 | {{- if and .Values.edgeServerDatasourceURL .Values.googleCloudMonitoring }} |
Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 12 | {{ (.Files.Glob "dashboards/global*.json").AsConfig | indent 2 }} |
Andy Bavier | 5c91c1c | 2020-09-01 11:47:38 -0700 | [diff] [blame] | 13 | {{- end }} |
| 14 | {{- if and .Values.edgeServerDatasourceURL .Values.clusterDatasources }} |
| 15 | {{ (.Files.Glob "dashboards/multi*.json").AsConfig | indent 2 }} |
| 16 | {{- end }} |