Skip to content

Commit

Permalink
feat(chart): support for DB_DRIVER
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp authored Sep 27, 2024
1 parent 4272833 commit 598ce86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/timelimit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
env:
- name: NODE_ENV
value: "production"
- name: DB_DRIVER
value: {{ ternary .Values.mariadb.enabled "mysql" "sqlite" }}
- name: DB_NAME
value: "{{ include "timelimit.fullname" . }}"
- name: DB_USER
Expand Down

0 comments on commit 598ce86

Please sign in to comment.