From 1988d1fdd3bd08eed40433df41f81d3aa65cd7b9 Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:32:03 +0100 Subject: [PATCH] fix: add hyphen Co-authored-by: Avgustin Marinov --- charts/hawkbit/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hawkbit/templates/deployment.yaml b/charts/hawkbit/templates/deployment.yaml index 3f19fd64..389ebf37 100644 --- a/charts/hawkbit/templates/deployment.yaml +++ b/charts/hawkbit/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: - name: "SPRING_DATASOURCE_URL" {{- if .Values.env.springDatasourceUrl }} value: "{{ .Values.env.springDatasourceUrl }}" - {{ else }} + {{- else }} value: "jdbc:mysql://{{ if .Values.mysql.enabled }}{{ .Release.Name }}-mysql{{ else }}{{ .Values.env.springDatasourceHost }}{{ end }}:3306/{{ .Values.env.springDatasourceDb }}" {{- end }} - name: "SPRING_APPLICATION_JSON"