Woojoong Kim | 676bbac | 2021-01-15 12:00:33 -0800 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
2 | # | ||||
3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | ||||
4 | |||||
5 | --- | ||||
6 | apiVersion: v1 | ||||
7 | kind: ConfigMap | ||||
8 | metadata: | ||||
9 | name: ros-core | ||||
10 | labels: | ||||
11 | {{ tuple "ros-core" . | include "ros-core.metadata_labels" | indent 4 }} | ||||
12 | data: | ||||
13 | run_roscore.sh: | | ||||
14 | {{ tuple "bin/_run_roscore.sh.tpl" . | include "ros-core.template" | indent 4 }} |