diff --git a/charts/temporal/templates/server-job.yaml b/charts/temporal/templates/server-job.yaml index c76c4d59..a53ff770 100644 --- a/charts/temporal/templates/server-job.yaml +++ b/charts/temporal/templates/server-job.yaml @@ -149,7 +149,7 @@ spec: value: {{ include "temporal.fullname" $ }}-internal-frontend.{{ $.Release.Namespace }}.svc:{{ .Values.server.internalFrontend.service.port }} {{- else }} value: "{{ include "temporal.fullname" $ }}-frontend.{{ $.Release.Namespace }}.svc:{{ $.Values.server.frontend.service.port }}" - {{- end }} + {{- end }} {{- with $.Values.admintools.additionalVolumeMounts }} volumeMounts: {{- toYaml . | nindent 12 }}