From 6b0cb95e8f6061e132f7af16c118a45f777cf0c4 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 23 Jul 2024 11:00:54 +0200 Subject: [PATCH] OZG-5156 Accept FIM messages in XTA adapter include fim for active profiles --- xta-adapter/src/main/helm/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xta-adapter/src/main/helm/templates/_helpers.tpl b/xta-adapter/src/main/helm/templates/_helpers.tpl index 5f233e14c..086b7fd7a 100644 --- a/xta-adapter/src/main/helm/templates/_helpers.tpl +++ b/xta-adapter/src/main/helm/templates/_helpers.tpl @@ -40,7 +40,7 @@ helm.sh/chart: {{ include "app.chart" . }} {{- if (.Values.env).overrideSpringProfiles -}} {{ printf "%s" (.Values.env).overrideSpringProfiles }} {{- else -}} -{{ printf "oc, %s" (include "app.kopEnvironment" . ) }} +{{ printf "oc, fim, %s" (include "app.kopEnvironment" . ) }} {{- end -}} {{- end -}} -- GitLab