Skip to content

Commit

Permalink
Update charts/yourls/templates/deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Dec 4, 2024
1 parent fe452d9 commit 80d6c7c
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" . }}:{{ include "yourls.databasePort" . }}"
value: {{ printf "%s:%s" (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 80d6c7c

Please sign in to comment.