Skip to content

Commit

Permalink
[monica] Fix include typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wissamataleh committed Sep 12, 2021
1 parent d49a2a9 commit 5d69c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/monica/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Create the name for the MySQL service to use.
Define MySQL host and port env vars.
*/}}
{{- define "monica.mysql.env" -}}
DB_HOST: {{- include "monica.mysql.fullname" . }}
DB_HOST: {{ include "monica.mysql.fullname" . }}
DB_PORT: {{ 3306 | quote }}
{{- end }}

0 comments on commit 5d69c83

Please sign in to comment.