Skip to content
Snippets Groups Projects
Commit 6b0cb95e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5156 Accept FIM messages in XTA adapter

include fim for active profiles
parent af3ac729
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ helm.sh/chart: {{ include "app.chart" . }} ...@@ -40,7 +40,7 @@ helm.sh/chart: {{ include "app.chart" . }}
{{- if (.Values.env).overrideSpringProfiles -}} {{- if (.Values.env).overrideSpringProfiles -}}
{{ printf "%s" (.Values.env).overrideSpringProfiles }} {{ printf "%s" (.Values.env).overrideSpringProfiles }}
{{- else -}} {{- else -}}
{{ printf "oc, %s" (include "app.kopEnvironment" . ) }} {{ printf "oc, fim, %s" (include "app.kopEnvironment" . ) }}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment