PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
| 2 | # |
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 4 | |
| 5 | apiVersion: v1 |
| 6 | kind: ConfigMap |
| 7 | metadata: |
| 8 | name: {{ .Release.Name }}-dashboards-templated |
| 9 | namespace: {{ .Release.Namespace }} |
| 10 | labels: |
| 11 | chronos_dashboard: "chronos-dashboard" |
| 12 | data: |
| 13 | {{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }} |