Charles Chan | e1e5e62 | 2022-02-16 15:17:05 -0800 | [diff] [blame^] | 1 | {{/* |
| 2 | # Copyright 2020-present Open Networking Foundation |
| 3 | |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | */}} |
| 6 | |
| 7 | --- |
| 8 | apiVersion: v1 |
| 9 | kind: ConfigMap |
| 10 | metadata: |
| 11 | name: upf |
| 12 | labels: |
| 13 | {{ tuple "upf" . | include "omec-user-plane.metadata_labels" | indent 4 }} |
| 14 | data: |
| 15 | {{- range $key, $value := .Values.config.upf.cfgFiles }} |
| 16 | {{ $key }}: {{ toJson $value | quote }} |
| 17 | {{- end }} |
| 18 | bessd-poststart.sh: | |
| 19 | {{ tuple "bin/_bessd-poststart.sh.tpl" . | include "omec-user-plane.template" | indent 4 }} |