blob: 4d2583b84639d807666f76842e8be8926bd40b4d [file] [log] [blame]
Scott Baker69654392021-09-17 13:50:16 -07001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Scott Baker69654392021-09-17 13:50:16 -07004
5apiVersion: v1
6kind: ConfigMap
7metadata:
8 name: {{ .Release.Name }}-grafana-post-install
9 labels:
Scott Baker69654392021-09-17 13:50:16 -070010 chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
11 release: "{{ .Release.Name }}"
12 heritage: "{{ .Release.Service }}"
13data:
14{{ (.Files.Glob "files/scripts/*.sh").AsConfig | indent 2 }}