blob: 51930afd512112b4327f6356a077a4d821900751 [file] [log] [blame]
PUSHP RAJf862d5b2021-12-14 07:07:00 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
PUSHP RAJf862d5b2021-12-14 07:07:00 +00004
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 }}