diff --git a/xta-adapter/src/main/helm/templates/_helpers.tpl b/xta-adapter/src/main/helm/templates/_helpers.tpl index 5f233e14c2eca1effd045608f7549e390bef9c99..086b7fd7a31086dde4e5a73ea1910b4a361e73fb 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 -}}