blob: ffe5fcb5f03aa0ce53f91b7842652ed2dc928930 [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Scott Bakerc9d3d842021-09-17 11:32:53 -07004
5
6---
7
8apiVersion: v1
9kind: ConfigMap
10metadata:
11 name: {{ template "subscriber-proxy.fullname" . }}-logconfig
12 labels:
13 app: {{ template "subscriber-proxy.fullname" . }}
14 chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
15 release: "{{ .Release.Name }}"
16 heritage: "{{ .Release.Service }}"
17data:
18 logging.yaml: |-
19{{ toYaml .Values.logging | indent 4 }}