Skip to content

Commit

Permalink
Since Port is seperated for MARIADB variables, it needs to be joined …
Browse files Browse the repository at this point in the history
…for YOURLS_DB_HOST
  • Loading branch information
halkeye authored and LeoColomb committed Dec 4, 2024
1 parent 9fb288c commit 81c9de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/yourls/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- name: MARIADB_PORT_NUMBER
value: {{ include "yourls.databasePort" . | quote }}
- name: YOURLS_DB_HOST
value: {{ include "yourls.databaseHost" . | quote }}
value: "{{ include "yourls.databaseHost" . }}:{{ include "yourls.databasePort" . }}"
- name: YOURLS_DB_NAME
value: {{ include "yourls.databaseName" . | quote }}
- name: YOURLS_DB_USER
Expand Down

0 comments on commit 81c9de9

Please sign in to comment.