Skip to content

Commit

Permalink
fix: add hyphen
Browse files Browse the repository at this point in the history
Co-authored-by: Avgustin Marinov <[email protected]>
  • Loading branch information
flobz and avgustinmm authored Nov 23, 2023
1 parent 07b76e7 commit 1988d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hawkbit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1988d1f

Please sign in to comment.