Skip to content

Commit

Permalink
helm: Fix migration init container #23 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSokol authored and aeneasr committed Jul 9, 2019
1 parent 955c574 commit 82536c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/hydra/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["hydra"]
args: ["migrate", "sql", "-e"]
args: ["migrate", "sql", "-e", "--yes"]
env:
- name: DSN
valueFrom:
Expand Down

0 comments on commit 82536c8

Please sign in to comment.