From ddb397be4280f1a23191b20efb30951e96894847 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Thu, 26 Dec 2024 16:41:04 -0600 Subject: [PATCH] fix whitespace (#620) --- charts/temporal/templates/server-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}