Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [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 | data: | ||||
11 | {{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }} |