PUSHP RAJ | f862d5b | 2021-12-14 07:07:00 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
2 | # | ||||
3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | ||||
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 }} |