Update for Bronze int testing
[ric-plt/ric-dep.git] / helm / a1mediator / templates / env.yaml
index eaae74a..2361a4d 100644 (file)
@@ -24,6 +24,6 @@ data:
   A1_RMR_RETRY_TIMES: "{{ .Values.a1mediator.rmr_timeout_config.a1_rcv_retry_times }}"
   # this sets the source field in messages from a1 to point back to a1s service name, rather than it's random pod name
   # In my private testing, this is needed! however it wasn't here in it/dep. If routing doesn't work, possibly add this back.
-  # RMR_SRC_ID: curlybrace curlybrace .Values.rmrservice.name curlybrace curlybrace
+  RMR_SRC_ID: {{ include "common.servicename.a1mediator.rmr" . }}.{{ include "common.namespace.platform" . }}
   INSTANCE_DELETE_NO_RESP_TTL: "{{ .Values.a1mediator.rmr_timeout_config.ins_del_no_resp_ttl }}"
   INSTANCE_DELETE_RESP_TTL: "{{ .Values.a1mediator.rmr_timeout_config.ins_del_resp_ttl }}"