Scott Baker | 2f8fe3a | 2022-05-09 10:48:16 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2022-present Intel Corporation |
| 2 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | |
| 6 | apiVersion: v1 |
| 7 | kind: ConfigMap |
| 8 | metadata: |
| 9 | name: {{ template "sdcore-prom-kafka.fullname" . }}-logconfig |
| 10 | labels: |
| 11 | app: {{ template "sdcore-prom-kafka.fullname" . }} |
| 12 | chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" |
| 13 | release: "{{ .Release.Name }}" |
| 14 | heritage: "{{ .Release.Service }}" |
| 15 | data: |
| 16 | logging.yaml: |- |
| 17 | {{ toYaml .Values.logging | indent 4 }} |