blob: ec7f7cdf63f14ce769147a773c0d37d8b9fe108a [file] [log] [blame]
PUSHP RAJf862d5b2021-12-14 07:07:00 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5apiVersion: v1
6kind: ConfigMap
7metadata:
8 name: {{ .Release.Name }}-dashboards-templated
9 namespace: {{ .Release.Namespace }}
10 labels:
11 chronos_dashboard: "chronos-dashboard"
12data:
13{{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }}