Skip to content

Commit

Permalink
Merge pull request #36 from GeorgianaElena/db
Browse files Browse the repository at this point in the history
Try to run the command from inside comptest
  • Loading branch information
GeorgianaElena authored Sep 4, 2024
2 parents 3818f88 + 2fe62f3 commit e6076d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ spec:
- name: db-migrate
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
workingDir: /opt/unnamed-thingity-thing/comptest
command:
- python
- ./comptest/manage.py
- manage.py
- migrate
securityContext:
runAsUser: 0
Expand Down

0 comments on commit e6076d6

Please sign in to comment.