Skip to content

Commit

Permalink
fix: add server groups only if job server is enabled (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Bergmann committed Nov 6, 2023
1 parent 94bd9d1 commit f94f816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/icm-as/templates/_environments.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ AppServer-specific-environment
*/}}
{{- define "icm-as.envAS" }}
{{- include "icm-as.env" . }}
{{- if .Values.job.enabled }}
- name: INTERSHOP_SERVER_ASSIGNEDTOSERVERGROUP
value: "BOS,WSF"
{{- end }}
{{- end -}}

0 comments on commit f94f816

Please sign in to comment.