blob: 04ff1672cfffa043d7e2c894fbeb36c2e2a181f3 [file] [log] [blame]
Andy Bavierab75e9e2020-08-06 12:05:30 -07001# Copyright 2020-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4apiVersion: v1
5kind: ConfigMap
6metadata:
7 name: {{ .Release.Name }}-dashboards
8 labels:
9 grafana_dashboard: "1"
10data:
11{{ if .Values.globalStatusMonitorNamespace }}
12{{ (.Files.Glob "dashboards/global*.json").AsConfig | indent 2 }}
13{{ end }}