blob: 01cadbb2a62ed49c31460a76ebc5e4989a0fc57b [file] [log] [blame]
Scott Baker69654392021-09-17 13:50:16 -07001# 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 }}
10data:
11{{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }}