blob: 51930afd512112b4327f6356a077a4d821900751 [file] [log] [blame]
# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
#
# SPDX-License-Identifier: Apache-2.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 }}