Skip to content

Commit

Permalink
make logservice migration work like sysdb migration
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers authored Apr 26, 2024
1 parent 0e2249c commit 6dd3acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/distributed-chroma/templates/log-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- command:
- "/bin/sh"
- "-c"
- "atlas migrate apply --env prod"
- "atlas migrate apply --url postgres://{{ .Values.logServiceMigration.username }}:{{ .Values.logServiceMigration.password }}@{{ .Values.logServiceMigration.netloc }}:{{ .Values.logServiceMigration.port }}/{{ .Values.logServiceMigration.dbName }}?sslmode={{ .Values.logServiceMigration.sslmode }}"
image: "{{ .Values.logServiceMigration.image.repository }}:{{ .Values.logServiceMigration.image.tag }}"
imagePullPolicy: IfNotPresent
name: migration
Expand Down

0 comments on commit 6dd3acc

Please sign in to comment.