Skip to content

Commit

Permalink
[secure-tenancy] fix migrate script (#66)
Browse files Browse the repository at this point in the history
* fix migrate script

* allow helm details to be suppressed

* allow helm details to be suppressed
  • Loading branch information
puckpuck authored Nov 3, 2021
1 parent 5cc14f3 commit 7961eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/secure-tenancy/templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- "-url"
- "mysql://$(HONEYCOMB_MYSQL_USER):$(HONEYCOMB_MYSQL_PASSWORD)@tcp({{ include "db.fullhost" . }})/{{ .Values.mysql.db.name }}?timeout=30s&tls={{ .Values.mysql.tls }}"
- "-path"
- "/srv/hny/migrate"
- "/srv/hny/migrate/mysql"
- "up"
env:
- name: HONEYCOMB_MYSQL_USER
Expand Down

0 comments on commit 7961eb6

Please sign in to comment.