Skip to content

Commit

Permalink
Revert "make logservice migration work ike sysdb migration"
Browse files Browse the repository at this point in the history
This reverts commit 6dd3acc.
  • Loading branch information
beggers committed Apr 26, 2024
1 parent 6dd3acc commit a265673
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 --url postgres://{{ .Values.logServiceMigration.username }}:{{ .Values.logServiceMigration.password }}@{{ .Values.logServiceMigration.netloc }}:{{ .Values.logServiceMigration.port }}/{{ .Values.logServiceMigration.dbName }}?sslmode={{ .Values.logServiceMigration.sslmode }}"
- "atlas migrate apply --env prod"
image: "{{ .Values.logServiceMigration.image.repository }}:{{ .Values.logServiceMigration.image.tag }}"
imagePullPolicy: IfNotPresent
name: migration
Expand Down

0 comments on commit a265673

Please sign in to comment.