diff --git a/fim-adapter/src/main/resources/application-fim.yml b/fim-adapter/src/main/resources/application-fim.yml index 148c1af75dbdac7d1dff1c5632d01cf06dae9a83..1300ecebf1e79ceb73ec6d4a99104b8652368012 100644 --- a/fim-adapter/src/main/resources/application-fim.yml +++ b/fim-adapter/src/main/resources/application-fim.yml @@ -1,4 +1,3 @@ fim: schemeLocations: - - fim-s17000652_1.4/S17000652V1.4_xfall.xsd - - test2/test2.xsd \ No newline at end of file + - fim-s17000652_1.4/S17000652V1.4_xfall.xsd \ No newline at end of file diff --git a/xta-adapter/src/main/helm/templates/_helpers.tpl b/xta-adapter/src/main/helm/templates/_helpers.tpl index 086b7fd7a31086dde4e5a73ea1910b4a361e73fb..5f233e14c2eca1effd045608f7549e390bef9c99 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, fim, %s" (include "app.kopEnvironment" . ) }} +{{ printf "oc, %s" (include "app.kopEnvironment" . ) }} {{- end -}} {{- end -}} diff --git a/xta-adapter/src/main/resources/application.yml b/xta-adapter/src/main/resources/application.yml index 53387ac656fe6347c611c311c363d971a2da055c..5344c49bad39993d7f1d151330c73221fff28314 100644 --- a/xta-adapter/src/main/resources/application.yml +++ b/xta-adapter/src/main/resources/application.yml @@ -13,3 +13,7 @@ ozgcloud: status-list: "http://www.osci.eu/ws/2008/05/transport/urn/messageTypes/MsgBoxStatusListRequest" fetch-request: "http://www.osci.eu/ws/2008/05/transport/urn/messageTypes/MsgBoxFetchRequest" close-request: "http://www.osci.eu/ws/2008/05/transport/urn/messageTypes/MsgBoxCloseRequest" + +fim: + schemeLocations: + - fim-s17000652_1.4/S17000652V1.4_xfall.xsd \ No newline at end of file diff --git a/xta-adapter/src/test/helm/xta_adapter_cronjob_env_test.yaml b/xta-adapter/src/test/helm/xta_adapter_cronjob_env_test.yaml index 3dd122f77c2e889733a8f5f6fcfa301913a653fb..77547800e84d3f8f60fe508c57df9e5f7d0a0de6 100644 --- a/xta-adapter/src/test/helm/xta_adapter_cronjob_env_test.yaml +++ b/xta-adapter/src/test/helm/xta_adapter_cronjob_env_test.yaml @@ -48,7 +48,7 @@ tests: path: spec.jobTemplate.spec.template.spec.containers[0].env content: name: spring_profiles_active - value: "oc, fim, test" + value: "oc, test" - contains: path: spec.jobTemplate.spec.template.spec.containers[0].env content: