Skip to content

Commit

Permalink
Merge pull request #35 from GeorgianaElena/db
Browse files Browse the repository at this point in the history
Try mounting the db volume at anbother lcoation
  • Loading branch information
GeorgianaElena authored Sep 4, 2024
2 parents dc39917 + 0dee479 commit 3818f88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ spec:
runAsUser: 0
volumeMounts:
- name: db
mountPath: /mnt
mountPath: /opt/unnamed-thingity-thing/comptest/db.sqlite3
subPath: db.sqlite3
readOnly: false
containers:
- name: run-app
Expand All @@ -50,7 +51,8 @@ spec:
runAsUser: 0
volumeMounts:
- name: db
mountPath: /mnt
mountPath: /opt/unnamed-thingity-thing/comptest/db.sqlite3
subPath: db.sqlite3
readOnly: false
{{- if .Values.yamlSettings.enabled }}
- name: django-yamlconf
Expand Down

0 comments on commit 3818f88

Please sign in to comment.