blob: ec7f7cdf63f14ce769147a773c0d37d8b9fe108a [file] [log] [blame]
# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
#
# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-dashboards-templated
namespace: {{ .Release.Namespace }}
labels:
chronos_dashboard: "chronos-dashboard"
data:
{{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }}