Skip to content
Snippets Groups Projects
Commit 1fa1872a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5156 use xta application.yml instead of profiles

parent 69c4405c
No related branches found
No related tags found
No related merge requests found
fim:
schemeLocations:
- fim-s17000652_1.4/S17000652V1.4_xfall.xsd
\ No newline at end of file
- test2/test2.xsd
\ No newline at end of file
......@@ -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 -}}
......
......@@ -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
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment