apiVersion: v1 kind: ConfigMap metadata: name: a1conf data: local.rt: | newrt|start rte|20000|ADM_CONTROL_GOES_HERE:4563 rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} newrt|end rmr_string_int_mapping.txt: {{ tpl (.Files.Get "files/rmr_string_int_mapping.txt") . | quote }} ricmanifest.json: {{ tpl (.Files.Get "files/ricmanifest.json") . | quote }}