diff --git a/k8s/distributed-chroma/templates/log-migration.yaml b/k8s/distributed-chroma/templates/log-migration.yaml index 21e6f794fa2..ffe2a95c23d 100644 --- a/k8s/distributed-chroma/templates/log-migration.yaml +++ b/k8s/distributed-chroma/templates/log-migration.yaml @@ -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