blob: 01cadbb2a62ed49c31460a76ebc5e4989a0fc57b [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 }}
data:
{{ (.Files.Glob "files/dashboards/**/*.json").AsConfig | indent 2 }}